lion / framework
The Lion-Framework
Installs: 18
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 0
Forks: 0
Open Issues: 0
Type:project
Requires
- php: >=8.4
- lion/bundle: ^18.9
- lion/mailer: ^7.0
- symfony/mailer: ^7.2
Requires (Dev)
- lion/test: ^3.3
- phpstan/phpstan: ^2.1
- phpunit/phpunit: ^12.0
- squizlabs/php_codesniffer: ^3.11
- dev-main
- v4.9.0
- v4.8.0
- v4.7.0
- v4.6.0
- v4.5.0
- v4.4.0
- v4.3.0
- v4.2.0
- v4.1.0
- v4.0.0
- v3.14.0
- v3.13.0
- v3.12.0
- v3.11.0
- v3.10.0
- v3.9.1
- v3.9.0
- v3.8.0
- v3.7.0
- v3.6.1
- v3.6.0
- v3.5.1
- v3.5.0
- v3.4.0
- v3.3.0
- v3.2.0
- v3.1.0
- v3.0.0
- v2.14.0
- v2.13.0
- v2.12.0
- v2.11.0
- v2.10.0
- v2.9.0
- v2.8.1
- v2.8.0
- v2.7.0
- v2.6.0
- v2.5.0
- v2.4.0
- v2.3.1
- v2.3.0
- v2.2.1
- v2.2.0
- v2.1.1
- v2.1.0
- v2.0.0
- v1.0.1
- v1.0.0
- dev-phplint
- dev-ci-github
- dev-support
- dev-actions
- dev-dependency-review
This package is auto-updated.
Last update: 2025-04-03 02:08:02 UTC
README
🚀 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.