Hiya Framework is a lightweight PHP framework designed to work seamlessly for both Web and CLI environments.
Built with simplicity, low memory usage, and long‑term stability in mind.
Official website: https://www.taktikspace.com/hiya
- Dual Environment → Works for Web applications and CLI tools.
- Lightweight Core → Minimal footprint (~2MB), no Composer required.
- Modular Design → Clear separation of components for maintainability.
- Console Application → Powerful CLI with progress bars, tables, and auto-discovery commands.
- Queue System → Background job processing with multiple drivers (File, Database, Redis).
- JWT Authentication → Stateless API authentication.
- Web Debug Console → Real-time debugging with persistent state.
- HTTP Client → Built-in Curl component for API requests.
- Active Record ORM → MySQL, PostgreSQL, SQLite support.
- Security Ready → CSRF, XSS, SQL injection protection built-in.
- PHP 7.4 or later
- Web Server (Apache, Nginx, IIS, or built-in PHP server)
- Database (optional - MySQL, PostgreSQL, SQLite)