shopery / body-bundle
Process request body and injects it into Symfony2 controllers
Installs: 8 728
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 5
Forks: 1
Open Issues: 0
Type:symfony-bundle
Requires
- sensio/framework-extra-bundle: >=3.0
- symfony/config: >=2.3
- symfony/dependency-injection: >=2.3
- symfony/http-foundation: >=2.3
- symfony/http-kernel: >=2.3
This package is not auto-updated.
Last update: 2024-11-01 22:23:04 UTC
README
Process request body and injects it into Symfony2 controllers.
Installation
You can install this library:
- Install via composer:
composer require shopery/body-bundle
- Use the official Git repository:
git clone https://github.com/shopery/body-bundle
.
And add the bundle to your kernel as usual.
If you have any trouble, please refer to the symfony docs.
Usage
Just type-hint any parameter to Shopery\Bundle\BodyBundle\Request\Body
in your symfony controller and your ready to go.