shopery/body-bundle

Process request body and injects it into Symfony2 controllers

Installs: 8 703

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 5

Forks: 1

Open Issues: 0

Type:symfony-bundle

0.4 2017-04-27 14:24 UTC

This package is not auto-updated.

Last update: 2024-05-03 19:53:50 UTC


README

Process request body and injects it into Symfony2 controllers.

Installation

You can install this library:

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.