Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 795 Bytes

README.md

File metadata and controls

42 lines (29 loc) · 795 Bytes

Silex Rest Skeleton

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)

Version

0.1

Installation

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

License

MIT

Free Software, Hell Yeah!