https://github.com/yourjhay/framework
Simply PHP - https://packagist.org/packages/simplyphp/framework
https://github.com/yourjhay/framework
framework micro php php-framework
Last synced: 3 months ago
JSON representation
Simply PHP - https://packagist.org/packages/simplyphp/framework
- Host: GitHub
- URL: https://github.com/yourjhay/framework
- Owner: yourjhay
- License: mit
- Created: 2019-06-12T01:52:51.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-11-21T22:48:21.000Z (over 2 years ago)
- Last Synced: 2025-08-07T02:21:44.760Z (8 months ago)
- Topics: framework, micro, php, php-framework
- Language: PHP
- Homepage:
- Size: 290 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# The Simply PHP Framework
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.