Blame | Last modification | View Log | Download
FOSRestBundle=============This bundle provides various tools to rapidly develop RESTful API's &applications with Symfony. Features include:- A View layer to enable output and format agnostic Controllers- Accept header format negotiation including handling for custom mime types- RESTful decoding of HTTP request body and Accept headers- Map exception codes to HTTP response status codes- A serializer error renderer that returns exceptions and errors in a formatcompatible with RFC 7807 using the Symfony Serializer component or theJMS Serializer[](https://github.com/FriendsOfSymfony/FOSRestBundle/actions?query=workflow:CI)[](https://scrutinizer-ci.com/g/FriendsOfSymfony/FOSRestBundle/?branch=master)[](https://scrutinizer-ci.com/g/FriendsOfSymfony/FOSRestBundle/?branch=master)[](https://packagist.org/packages/FriendsOfSymfony/rest-bundle)[](https://packagist.org/packages/FriendsOfSymfony/rest-bundle)[](https://insight.sensiolabs.com/projects/0be23389-2e85-49cf-b333-caaa36d11c62)Documentation-------------[Read the Documentation](https://fosrestbundle.readthedocs.io/)Please see the upgrade files (`UPGRADING-X.X.md`) for any relevant instructions when upgrading to a newer version.Installation------------All the installation instructions are located in the [documentation](https://fosrestbundle.readthedocs.io/en/3.x/1-setting_up_the_bundle.html).License-------This bundle is under the MIT license. See the complete license [in the bundle](LICENSE).