Lion-Framework is a web application framework with simple syntax. The idea is that the development is built quickly and easily. Lion-Framework takes the hassle out of development by facilitating common tasks used in many web projects, such as:
- Simple and fast routing engine.
- Dependency injection container.
- Native and easy-to-use database ORM.
- Database independent schema migrations.
composer create-project lion/framework
The framework is open-sourced software licensed under the MIT License.