A Symfony 2 plugin by FriendsOfSymfony (FOS) which provides various tools to rapidly develop RESTful API's with Symfony 2.
I have been coding an API for a photo sharing app like Instagram using Symfony2, FOSRESTBundle, and Vichuploader for file …
api rest symfony fosrestbundleI'm developing a REST api with Symfony2 + FOSRest bundle. I would like to know if there is any way for …
php symfony fosrestbundleCan someone clearly explain how routes are supposed to be configured for REST requests using FOSRest? Every tutorial seems to …
php symfony fosrestbundleI'm starting with FOSRestBundle. I have added this routing configuration: //Sermovi/Bundle/APIBundle/Resources/config/routing.yml sermovi_api_homepage: …
symfony fosrestbundleUsing Symfony2 and FOSRestBundle I am attempting to implement API methods that have some number of fixed parameters defined in …
symfony symfony-2.1 fosrestbundleI get the exception: Unable to find template "" The other similar questions didn't help; and weirdly enough it was working …
rest symfony fosrestbundleI'm able to get GET parameters with @QueryParam() annotation, but it looks like it works for Query String data only: /…
symfony fosrestbundleMy corresponding configuration is fos_rest: view: view_response_listener: force sensio_framework_extra: view: annotations: false and it really …
php symfony symfony-2.3 fosrestbundleI had a read through this : https://github.com/schmittjoh/serializer/issues/77 but did not find any way to serialize …
php symfony fosrestbundle jmsserializerbundleI'm making REST API for my JS driven app. During login, the login form is submitted via AJAX to url /…
php symfony fosuserbundle restful-authentication fosrestbundle