PhpSkeletonMvc is a very simple PHP framework. You can use the skeleton and create your own framework logic by changing it. It is very easy to change the logic of framework. After reading the documentation of coding, you will be able to change the framework.
- PHP 5.3
- Psr-0 Autoload Standards
- Suitable For Additional Libraries By Composer
- Module System
- MVC Pattern
Clone this project into your server.
Now tell the composer to download autolading files.
$ php composer.phar update
Set the defaults of application from app/config.php
file.
Not: you can delete User and Search Modules. These are example modules. To use these modules please execute _installation/PSM_User.sql
script. And set the database configurations from app/config.php
Open your browser and type the url of location where you put files.
Go to _installation/documentation
file.