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

This package is not auto-updated.

Last update: 2024-05-11 13:10:30 UTC


README

fjalvarezdd/SilexRestServer

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