Skip to content

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

flintstones/Rest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Contributors 4

  •  
  •  
  •  
  •  

Languages