flintstones / rest
There is no license information available for the latest version (dev-master) of this package.
Adding some REST capabilities to Silex, so you can more easily build RESTful APIs. 110% Buzzword-Driven.
dev-master
2012-08-21 17:13 UTC
Requires
- friendsofsymfony/rest-bundle: *
- silex/silex: 1.0.*
- symfony/serializer: 2.1.x
This package is not auto-updated.
Last update: 2024-10-26 12:08:24 UTC
README
Adding some REST capabilities to Silex, so you can more easily build RESTful APIs. 110% Buzzword-Driven.
You get accept header support and request body decoding.
Registering
$app->register(new Flintstones\Rest\ServiceProvider(), array(
'rest.fos.class_path' => __DIR__.'/vendor',
'rest.serializer.class_path' => __DIR__.'/vendor',
));
Running the tests
$ curl -s https://getcomposer.org/installer | php
$ php composer.phar install
$ phpunit
Credits
License
The RestServiceProvider is licensed under the MIT license.