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.
$app->register(new Flintstones\Rest\ServiceProvider(), array(
'rest.fos.class_path' => __DIR__.'/vendor',
'rest.serializer.class_path' => __DIR__.'/vendor',
));
$ curl -s https://getcomposer.org/installer | php
$ php composer.phar install
$ phpunit
The RestServiceProvider is licensed under the MIT license.