A Symfony 2 plugin by FriendsOfSymfony (FOS) which provides various tools to rapidly develop RESTful API's with Symfony 2.
A part of my application will be available as an API, so some of my pages needs to be available …
rest symfony fosuserbundle fosrestbundleI installed FOSRestBundle but it needs JMSSerializerBundle. I added in my deps the next lines: [JMSSerializerBundle] git=git://github.com/…
symfony fosrestbundle symfony-2.0I am using the FOSRestBundle and was wondering is it possible to validate against empty query parameters using annotations? For …
php symfony fosrestbundle query-parameters