lion/framework

The Lion-Framework


README

Lion-Framework Logo

Latest Stable Version Total Downloads License PHP Version Require

🚀 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.