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
- dev-master
- v2.0.41
- v2.0.20
- v2.0.6
- v2.0.4
- v2.0.1
- v2.0.1-beta
- v2.0.0-beta
- v1.2.62
- v1.2.61
- v1.2.60
- v1.2.59
- v1.2.58
- v1.2.57
- v1.2.55
- v1.2.43
- v1.2.42
- v1.2.41
- v1.2.40
- v1.2.39
- v1.2.38
- v1.2.37
- v1.2.36
- v1.2.35
- v1.2.34
- v1.2.33
- v1.2.32
- v1.2.31
- v1.2.30
- v1.2.29
- v1.2.28
- v1.2.27
- v1.2.26
- v1.2.25
- v1.2.24
- v1.2.23
- v1.2.22
- v1.2.21
- v1.2.20
- v1.2.19
- v1.2.18
- v1.2.17
- v1.2.16
- v1.2.15
- v1.2.14
- v1.2.13
- v1.2.12
- v1.2.11
- v1.2.10
- v1.2.9
- v1.2.8
- v1.2.7
- v1.2.6
- v1.2.5
- dev-develop
- dev-yourjhay-patch-1
- dev-v2beta
- dev-medoo
- dev-QueryBuilder
- dev-circleci-project-setup
- dev-PSR-12
- dev-sandbox
This package is auto-updated.
Last update: 2025-03-22 01:40:34 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.