This is an skeleton for creating REST API with Micro-Framework Silex, edited as like MVC Patter. Still under development
- Routes.php (Handles all the routes for the application)
- DefaultController.php (Example for the Controllers)
- Config.yml (All configurations in this file)
0.1
You need composer installed:
Globally
$ curl -sS https://getcomposer.org/installer | php
$ sudo mv composer.phar /usr/local/bin/composer
Local
$ curl -sS https://getcomposer.org/installer | php
$ git clone https://github.com/jagltoro/silexRestSkeleton.git
$ cd silexRestSkeleton
$ composer install
- If you used composer locally, use composer.phar
MIT
Free Software, Hell Yeah!