A Symfony 2 plugin by FriendsOfSymfony (FOS) which provides various tools to rapidly develop RESTful API's with Symfony 2.
I making a RESTful app with Symfony and FOSRestBundle. FOSRestBundle uses JMS Serializer to serialize data to json format. I …
symfony json fosrestbundle jmsserializerbundleI'm trying to add a custom control of exceptions in FOSRestBundle but it seems to ignore my custom messages (the …
php symfony exception fosrestbundleI am trying to make a Rest web service using Symfony 3 and FOSRestBundle. I come from a Spring + Jackson background …
php rest symfony fosrestbundle jmsserializerbundle⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️TL;DR: Edit (before reading the whole thing): This issue is solved because I made a very stupid mistake in …
jquery ajax symfony cors fosrestbundleI have problem with returning views with FOSRestBundle working under Symfony 4.1 Project. This is code from my controller: class NewsController …
php symfony fosrestbundleI have entity: <?php namespace AppBundle\Entity; use Doctrine\ORM\Mapping as ORM; use JMS\Serializer\Annotation\Groups; //... /** * @ORM\…
symfony fosrestbundle jmsserializerbundleI've a problem with Symfony2 creating Rest API and using FOS\RestBundle When I try to generate a database or …
symfony fosrestbundleI am building an API using the FOSRestBundle and am at the stage where I need to implement the handling …
rest symfony fosrestbundleEdit: See below for my own solution, which is, at the time of writing, functioning but imperfect. Would love some …
symfony fosuserbundle fosrestbundle hwioauthbundleProblem fixed, check my answer. I'm building a registration endpoint on my Symfony2.7 rest api. I am using FosRestBundle and …
php symfony fosuserbundle fosrestbundle symfony-2.7