Questions tagged [fosrestbundle]

An incredible plugin created by FriendsOfSymfony (FOS) for Symfony 2 that offers a wide range of tools to easily create RESTful APIs with Symfony 2.

Is it possible to end a Symfony2 response in a function that is not the original requested action?

In the process of developing a RESTful API, I am utilizing Symfony2 along with FOSRestBundle and an OAuth 2 server library to enhance functionality. When handling requests, it is important to consider the various responses and status codes that can be sen ...

Using Symfony2 to inject Doctrine Dbal as a service in a constructor

Seeking help with passing a Doctrine dbal connection to my controller's constructor. I tried following the steps in this guide, but it's not working as expected: How do you access Doctrine DBAL in a Symfony2 service class? Below is the snippet ...