library silex-rest-service
metalmini/silex-rest-service
- Tuesday, April 9, 2013
- by metalmini
- Repository
- 1 Watchers
- 0 Stars
- 4 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 1 Versions
- 0 % Grown
New and improved version of:
fjalvarezdd/SilexRestServer, (*1)
Full docs on the usage of the service (until i fix some issues)
fjalvarezdd/SilexRestServer/wiki, (*2)
First things first:
Get your fresh composer.phar
curl -sS https://getcomposer.org/installer | php, (*3)
Create conposer.json
{
"require": {
"metalmini/silex-rest-service": "dev-master"
}
}
Run composer to install
./composer.phar install, (*4)