lion / framework
The Lion-Framework
Installs: 16
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 0
Forks: 0
Open Issues: 0
Type:project
Requires
- php: >=8.3
- lion/authentication: ^4.0
- lion/bundle: ^17.17
Requires (Dev)
- lion/test: ^2.0
- phpunit/phpunit: ^11.3
- robiningelbrecht/phpunit-pretty-print: ^1.3
This package is auto-updated.
Last update: 2024-10-27 23:24:26 UTC
README
About Lion-Framework
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.
Install
composer create-project lion/framework
License
The framework is open-sourced software licensed under the MIT License.