Skip to content
/ Rest Public
forked from flintstones/Rest

Adding some REST capabilities to Silex, so you can more easily build RESTful APIs. 110% Buzzword-Driven.

License

Notifications You must be signed in to change notification settings

lrebrown/Rest

 
 

Repository files navigation

Flintstones RestServiceProvider

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.

About

Adding some REST capabilities to Silex, so you can more easily build RESTful APIs. 110% Buzzword-Driven.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%