🚀 Lion-Framework is a web application framework with a simple and powerful syntax, designed to help developers build fast and scalable applications.
✔️ Simple and fast routing engine.
✔️ Dependency injection container.
✔️ Native and easy-to-use database ORM.
✔️ Database independent schema migrations.
Install the framework using Composer:
composer create-project lion/frameworkuse Lion\Route\Route;
Route::get('hello', function (): string {
return "Hello, world! 🦁";
});The framework is open-sourced software licensed under the MIT License.