dev-master
9999999-dev https://github.com/imJChing/php-skeletonA Slim Framework skeleton application for rapid development
MIT
The Requires
by J.Ching
rest skeleton mvc application microframework router
A Slim Framework skeleton application for rapid development
PHP-Skeleton is a MVC skeleton application based on Slim Framework (http://www.slimframework.com/). This project was inspired by php-mvc (https://github.com/panique/php-mvc/). PHP-Skeleton is a bundling of the following components., (*1)
One of the biggest question in the PHP world is "How do I build an application ?". It's hard to find a good base, a good file structure and useful information on that, but at the same time there are masses of frameworks that might be really good, but really hard to understand, hard to use and extremely complex. This project tries to be some kind of naked skeleton bare-bone for quick application building., (*2)
models/
, routers/
, views/
(Twig templates), libs/
(Internal libraries) and your config/
(configuration).This project manages its dependencies with Composer. Start by installing Composer:, (*3)
curl -s http://getcomposer.org/installer | php
Create project skeleton:, (*4)
php composer.phar create-project imjching/php-skeleton
Start developing your own project by creating new files in src
and
searching for libraries on Packagist, (*5)
This project is licensed under the MIT License. This means you can use and modify it for free in private or commercial projects., (*6)
If you think this script is useful and saves you a lot of work, then think about supporting the project:, (*7)
A Slim Framework skeleton application for rapid development
MIT
rest skeleton mvc application microframework router