lion/framework

The Lion-Framework

Installs: 21

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 0

Forks: 0

Open Issues: 0

Type:project

pkg:composer/lion/framework


README

presentation-lion-packages

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.