A Symfony 2 plugin by FriendsOfSymfony (FOS) which provides various tools to rapidly develop RESTful API's with Symfony 2.
I have configured FOSRestBundle as following: #FOSRestBundle fos_rest: param_fetcher_listener: true body_listener: true format_listener: rules: - { …
php json symfony fosrestbundle symfony-2.6I have been trying out Symfony 2.2, the FOSRest Bundle (using JMS Serializer), and Doctrine ODM using MongoDB. After many hours …
php mongodb symfony doctrine-odm fosrestbundlelong story short: Using FOSRestBundle I'm trying to create some entities via POST call, or modify existing via PUT. here …
symfony post request put fosrestbundleIs anyone used put, get, post, delete annotations(https://github.com/FriendsOfSymfony/FOSRestBundle/blob/master/Controller/Annotations/) in controller. I'm …
symfony fosrestbundleI'm using FOS Rest bundle and JMS Serializer to create a REST Api. The problem is I would like to …
symfony serialization fosrestbundle jmsserializerbundleI'm using FOSRestBundle with Symfony 2 to implement a REST API in JSON format. I want all API exceptions to be …
json rest symfony exception fosrestbundleI am using Symfony 2.2 and the latest version of FOSRestBundle. So I have manage to make most of the actions …
php symfony symfony-forms fosrestbundleI'm struggling with a problem linked to the FOSRestBundle (version 0.13.*) I have some REST api that throws some exceptions, nothing …
php symfony fosrestbundleI am trying to follow Will Durand's tutorial on how to set up a good REST API with Symfony2. However …
symfony fosrestbundleI create the api rest server with Symfony and these bundles FosRestBundle, jms/serializer-bundle, lexik/jwt-authentication-bundle. How can I send …
json symfony exception fosrestbundle symfony-3.2