Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

lion-packages/framework

Open more actions menu

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

Morty Proxy This is a proxified and sanitized view of the page, visit original site.