Top "Fosrestbundle" questions

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

Symfony2 + FOSRestBundle: Enable/disable REST functionality per controller/action?

A part of my application will be available as an API, so some of my pages needs to be available …

rest symfony fosuserbundle fosrestbundle
Install JMSSerializerBundle

I installed FOSRestBundle but it needs JMSSerializerBundle. I added in my deps the next lines: [JMSSerializerBundle] git=git://github.com/…

symfony fosrestbundle symfony-2.0
Symfony - validate empty query parameter values

I am using the FOSRestBundle and was wondering is it possible to validate against empty query parameters using annotations? For …

php symfony fosrestbundle query-parameters