metalmini / silex-rest-service
There is no license information available for the latest version (dev-master) of this package.
dev-master
2013-04-09 07:07 UTC
Requires
- doctrine/common: 2.3.0
- doctrine/dbal: 2.3.3
- silex/silex: 1.0.*@dev
This package is not auto-updated.
Last update: 2025-05-10 17:52:57 UTC
README
Full docs on the usage of the service (until i fix some issues)
fjalvarezdd/SilexRestServer/wiki
First things first:
Get your fresh composer.phar
curl -sS https://getcomposer.org/installer | php
Create conposer.json
{ "require": { "metalmini/silex-rest-service": "dev-master" } }
Run composer to install
./composer.phar install