simplyphp / framework
The Simply PHP is lightweight web application framework.
v3.2.8
2026-06-29 10:39 UTC
Requires
- php: ^8.0
- ext-json: *
- ext-mysqli: *
- ext-pdo: *
- ext-pdo_mysql: *
- filp/whoops: ^2.16
- illuminate/database: ^10.13
- illuminate/events: ^10.13
- illuminate/pagination: ^10.13
- league/flysystem-aws-s3-v3: ^3.0
- league/flysystem-local: ^3.0
- monolog/monolog: ^3.0
- phplucidframe/console-table: ^1.2
- phpmailer/phpmailer: ^6.2
- symfony/http-foundation: ^6.3
- symfony/var-dumper: >=6.3
- twig/twig: ^3.0
- vlucas/phpdotenv: ^5.6
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-29 10:43:49 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.