Download the PHP package uma/api-problem-bundle without Composer
On this page you can find all versions of the php package uma/api-problem-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download uma/api-problem-bundle
More information about uma/api-problem-bundle
Files in uma/api-problem-bundle
Download uma/api-problem-bundle
More information about uma/api-problem-bundle
Files in uma/api-problem-bundle
Vendor uma
Package api-problem-bundle
Short Description Integration between crell/api-problem and the Symfony framework
License MIT
Homepage https://github.com/1ma/UMAApiProblemBundle
Package api-problem-bundle
Short Description Integration between crell/api-problem and the Symfony framework
License MIT
Homepage https://github.com/1ma/UMAApiProblemBundle
Keywords symfonyapi-problem
Please rate this library. Is it a good library?
Informations about the package api-problem-bundle
UMAApiProblemBundle
Clean integration between the crell/api-problem library and the Symfony framework
What it does
This bundle just hooks a simple VIEW event listener into the request lifecycle. This allows you to return ApiProblem objects from your controllers without needing to concern yourself about how to transform them into Symfony responses.
Installation & Configuration
Add uma/api-problem-bundle
to your composer.json
file:
php composer.phar require "uma/api-problem-bundle"
And register the bundle in app/AppKernel.php
:
Usage
Take a look at the TestController class for a hands-on example.
TODO
- XML support
All versions of api-problem-bundle with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.5.9
crell/api-problem Version ^2.0
symfony/config Version ^2.7|^3.0
symfony/dependency-injection Version ^2.7|^3.0
symfony/http-kernel Version ^2.7|^3.0
crell/api-problem Version ^2.0
symfony/config Version ^2.7|^3.0
symfony/dependency-injection Version ^2.7|^3.0
symfony/http-kernel Version ^2.7|^3.0
The package uma/api-problem-bundle contains the following files
Loading the files please wait ....