simplyphp / framework
The Simply PHP is lightweight web application framework.
v2.0.41
2023-11-18 16:01 UTC
Requires
- php: ^7.4|^8.0
- ext-pdo: *
- illuminate/database: ^10.13
- illuminate/events: ^10.13
- illuminate/pagination: ^10.13
- phplucidframe/console-table: ^1.2
- phpmailer/phpmailer: ^6.2
- symfony/http-foundation: ^6.3
- symfony/var-dumper: ^4.3
- twig/twig: ^3.0
Requires (Dev)
- phpunit/phpunit: ^10.2
Suggests
- intervention/image: To handle Image processing in this micro framework
This package is auto-updated.
Last update: 2026-06-10 05:36:46 UTC
README
will update soon.
installation
composer create-project reyjhon/simple-php awesome
About Simply
The Simple PHP is lightweight web application framework.
- Uses Model, View, Controller Pattern.
- Simple Routing engine.
- Using namespace in classes with autoloading.
- Controllers with method filters.
- Beatiful and Elegant Syntax.
- Uses Twig Template Engine (optional).
- Models with resource-friendly connectivity.
- Evironment Configuration.
- Error Handling and Reporting.
- Easily manage dependency using composer.