Skip to content

lion-packages/framework

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.

About

Lion-Framework can also serve as an API backend for a JavaScript single page application or a mobile application.

Topics

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Contributors 6