The framework you didn’t know you needed
Luminova is a lightweight yet capable web framework built for PHP 8+. It supports MVC and HMVC architecture, offers a modular core, and emphasizes simplicity, performance, and flexibility. Whether you prefer attribute-based routing or traditional callbacks, you’re covered.
I don't think this is what you intended to install, but if you're feeling adventurous.
Install this framework directly via Composer:
composer install luminovang/framework
Start building with Luminova:
To install the Luminova framework full scaffolding for application development. Use the following command:
composer create-project luminovang/luminova my-project
You need features. Luminova has them — without bloat:
- MVC/HMVC architecture
- PHP 8 attributes or traditional route declarations
- Middlewares and Input validation
- Request handling and File uploader
- ORM with smart caching
- Multiple DB support + sharding + fallback
- Database migrations & seeders
- Custom service manager
- CLI commands via Novakit
- CRON-ready execution
- CDN module & Private File delivery
- Multiple cloud storage support
- SEO tools: Sitemap & Schema generators
- Smart view content minification + auto codeblock copy button
- Asset management
- Template engines: (PHP, Twig, Smarty)
- Symbolic locale management
- Built-in API helpers
- Push notifications
- Clean CLI tools
- Promise resolver
- Async Helper
- Encryption + Decryption module
- Backend Session module + User login helpers
- Utility Classes and Helper functions that actually helps
- and more...
- No over-engineering. Just practical design.
- Minimal configuration. Maximum flexibility.
- Clean syntax. Easy to read, easier to maintain.
- Full support for modern PHP 8+ features.
- Active development and frequent updates.
If you're tired of bloated frameworks and ready for something straightforward?