lion / framework
The Lion-Framework
v5.1.5
2026-06-07 21:20 UTC
Requires
- php: >=8.5
- lion/bundle: ^19.2
- lion/mailer: ^8.0
- symfony/mailer: ^8.0
Requires (Dev)
- lion/test: ^4.1
- overtrue/phplint: ^9.5
- phpstan/phpstan: ^2.1
- phpunit/phpunit: ^13.0
- squizlabs/php_codesniffer: ^4.0
This package is auto-updated.
Last update: 2026-06-07 21:20:35 UTC
README
🚀 Lion-Framework is a web application framework with a simple and powerful syntax, designed to help developers build fast and scalable applications.
📖 Features
✔️ Simple and fast routing engine.
✔️ Dependency injection container.
✔️ Native and easy-to-use database ORM.
✔️ Database independent schema migrations.
📦 Installation
Install the framework using Composer:
composer create-project lion/framework
Usage Example
use Lion\Route\Route; Route::get('hello', function (): string { return "Hello, world! 🦁"; });
📝 License
The framework is open-sourced software licensed under the MIT License.