Top "Fosrestbundle" questions

A Symfony 2 plugin by FriendsOfSymfony (FOS) which provides various tools to rapidly develop RESTful API's with Symfony 2.

JMS Serializer doesn't expose one property

I making a RESTful app with Symfony and FOSRestBundle. FOSRestBundle uses JMS Serializer to serialize data to json format. I …

symfony json fosrestbundle jmsserializerbundle
FOSRestBundle: show my custom exception message

I'm trying to add a custom control of exceptions in FOSRestBundle but it seems to ignore my custom messages (the …

php symfony exception fosrestbundle
Serialize POST request body into array with FOSRestBundle

I 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
CORS with Symfony, jQuery, FOSRestBundle and NelmioCorsBundle

⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️⚠️TL;DR: Edit (before reading the whole thing): This issue is solved because I made a very stupid mistake in …

jquery ajax symfony cors fosrestbundle
FOSRestBundle doesn't work in Symfony 4.1

I have problem with returning views with FOSRestBundle working under Symfony 4.1 Project. This is code from my controller: class NewsController …

php symfony fosrestbundle
Symfony2, FOSRestBundle. How to use group with JMSSerializerBundle?

I have entity: <?php namespace AppBundle\Entity; use Doctrine\ORM\Mapping as ORM; use JMS\Serializer\Annotation\Groups; //... /** * @ORM\…

symfony fosrestbundle jmsserializerbundle
FOS\RestBundle, "Unrecognized options" on Symfony2

I've a problem with Symfony2 creating Rest API and using FOS\RestBundle When I try to generate a database or …

symfony fosrestbundle
multipart/form-data and FormType validation

I am building an API using the FOSRestBundle and am at the stage where I need to implement the handling …

rest symfony fosrestbundle
Simple API Key Authentication in Symfony2 using FOSUserBundle (and HWIOauthBundle), filling in the gaps

Edit: See below for my own solution, which is, at the time of writing, functioning but imperfect. Would love some …

symfony fosuserbundle fosrestbundle hwioauthbundle
Set up registration FOSUserBundle with FOSRestBundle REST API

Problem 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