/Silex-Rest

Helpers to make building REST API's easier. Handles JSON/XML content types automatically

Primary LanguagePHPMIT LicenseMIT

Silex-Rest

Build Status

Installation

Create a composer.json in your projects root-directory::

{
    "require": {
        "mheap/Silex-Rest": "*"
    }
}

and run::

curl -s http://getcomposer.org/installer | php
php composer.phar install

More Information

Read the documentation files under /doc.

License

'Silex-Rest' is licensed under the MIT license.