This is a very basic and small custom php framework for quick start and learning purpose.
- MVC
- Composer
- TWIG
- PSR
- Twitter Bootstrap
This framework includes and uses the following:
- PHP - powering world's best websites
- Composer - PHP Dependency Manager
- Twitter Bootstrap 4 - great UI boilerplate for modern web apps
- PHP >= 5.4
git clone https://github.com/mubbi/php-framework-MVC-psr.git
cd php-framework-MVC-psr
composer install
- Create controllers in app/controllers
- Create respective views in app/views
- in url you can use get properties "c" for controller and "a" for action/method in the controller class.
- example URL : http://localhost/?c=home&a=index
NOTE: You can Enable/Disable Twig Template engine from app/configs/app.php
MIT