Skip to content

Skeleton for creating REST API with Micro-Framework Silex

Notifications You must be signed in to change notification settings

jagltoro/silexRestSkeleton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

Skeleton for creating REST API with Micro-Framework Silex

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages