shopery/body-bundle

Process request body and injects it into Symfony2 controllers

Maintainers

Package info

github.com/shopery/body-bundle

Type:symfony-bundle

pkg:composer/shopery/body-bundle

Statistics

Installs: 8 729

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

0.4 2017-04-27 14:24 UTC

This package is not auto-updated.

Last update: 2026-03-07 05:07:20 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.