2017 © Pedro Peláez
 

library rest

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

image

flintstones/rest

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

  • Tuesday, August 21, 2012
  • by igorw
  • Repository
  • 4 Watchers
  • 68 Stars
  • 66 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 10 Forks
  • 6 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Flintstones RestServiceProvider

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

You get accept header support and request body decoding., (*2)

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., (*3)

The Versions

21/08 2012

dev-master

9999999-dev

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

  Sources   Download

The Requires

 

rest silex