luminovang / framework
Reusable and core component for the Luminova PHP framework.
Requires
- php: ^8.0
- ext-json: *
- ext-mbstring: *
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.64
- nikic/php-parser: ^4.17.1
- phpstan/extension-installer: ^1.3
- phpstan/phpstan: ^1.10.2
- phpunit/phpunit: ^9.1
- rector/rector: 0.18.3
Suggests
- ext-curl: Required for the CURLRequest class.
- ext-exif: Required for running tests on the Image class.
- ext-fileinfo: Improves MIME type detection for files.
- ext-intl: Required for locale, internationalization, and formatting support.
- ext-mysqli: Required for using MySQL connections.
- ext-sodium: Required for using sodium-based encryption.
- luminovang/luminova: Required when using this component within the full Luminova framework.
- opis/closure: Required if you want to store anonymous functions or closures in the BackgroundTaskQueue system.
- dev-main
- 3.6.7
- 3.6.6
- 3.6.5
- 3.6.4
- 3.6.3
- 3.6.2
- 3.6.1
- 3.6.0
- 3.5.9
- 3.5.8
- 3.5.7
- 3.5.6
- 3.5.5
- 3.5.4
- 3.5.3
- 3.5.2
- 3.5.1
- 3.5.0
- 3.4.9
- 3.4.8
- 3.4.7
- 3.4.6
- 3.4.5
- 3.4.4
- 3.4.3
- 3.4.2
- 3.4.1
- 3.4.0
- 3.3.9
- 3.3.8
- 3.3.7
- 3.3.6
- 3.3.5
- 3.3.4
- 3.3.3
- 3.3.2
- 3.3.1
- 3.3.0
- 3.2.9
- 3.2.8
- 3.2.7
- 3.2.6
- 3.2.5
- 3.2.4
- 3.2.3
- 3.2.2
- 3.2.1
- 3.2.0
- 3.1.9
- 3.1.8
- 3.1.7
- 3.1.6
- 3.1.5
- 3.1.4
- 3.1.3
- 3.1.2
- 3.1.1
- 3.1.0
- 3.0.9
- 3.0.8
- 3.0.7
- 3.0.6
- 3.0.5
- 3.0.4
- 3.0.3
- 3.0.2
- 3.0.1
- 3.0.0
- 2.9.9
- 2.9.8
- 2.9.7
- 2.9.6
- 2.9.5
- 2.9.4
- 2.9.3
- 2.9.2
- 2.9.1
- 2.9.0
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.0
- 2.4.0
- 2.3.0
- 2.2.0
- 2.1.0
- 2.0.0
- 1.9.0
- 1.8.0
- 1.7.0
- 1.6.0
- 1.5.0
- 1.4.0
- 1.3.0
- 1.2.0
- 1.1.0
- 1.0.0
This package is auto-updated.
Last update: 2025-08-05 17:09:25 UTC
README
Luminova PHP Framework
Luminova is a modern, lightweight, and modular PHP 8+ framework that brings simplicity and power together. Designed with MVC and HMVC architecture in mind, Luminova offers native PHP templating, support for external engines like Twig and Smarty, and a pragmatic development experience without unnecessary complexity.
Installation
Install via Composer:
composer create-project luminovang/luminova my-project
Need only the core components for integration or extension?
composer install luminovang/framework
Use the
luminova
scaffolding if you're building a full application.
Features at a Glance
Luminova is minimal where it should be and powerful where it matters:
- Modular MVC/HMVC architecture
- Attribute-based or callback-style routing
- Middleware and input validation
- Smart ORM with caching, sharding, and fallback support
- Database migrations & seeders
- CLI command system (via Novakit)
- CRON-ready CLI execution
- File uploads, private file delivery, CDN support
- SEO tools: sitemap, schema, OpenGraph
- Auto-minifying views with syntax highlighting and copy buttons
- Asset management (local and cloud)
- PHP, Twig, or Smarty templating
- Native locale and translation tools
- REST-friendly API helpers
- Web push notification helpers
- Built-in encryption and decryption
- Session and user login management
- PHP Fiber Async
- Promise resolver
- Background task queue system
- Developer-friendly utilities and helper functions
- ...and growing with every release
Why Choose Luminova?
- No bloat. No boilerplate. Just core tools that work.
- Straightforward and readable syntax
- Modern PHP 8+ support — take full advantage of attributes, union types, constructor property promotion, etc.
- Works your way — customize as little or as much as you need.
- Actively maintained and used in production.
Documentation & Resources
Community & Support
Found a bug? Want to contribute or request a feature?
License
Luminova is open-source software licensed under the MIT License.