metalmini/silex-rest-service

There is no license information available for the latest version (dev-master) of this package.

Installs: 10

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/metalmini/silex-rest-service

dev-master 2013-04-09 07:07 UTC

This package is not auto-updated.

Last update: 2025-09-27 19:37:31 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