PHPackages                             avanzu/json-request-bundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. avanzu/json-request-bundle

ActiveLibrary

avanzu/json-request-bundle
==========================

EventListener to convert a json request body into regular request params

110PHP

Since Jan 15Pushed 12y ago1 watchersCompare

[ Source](https://github.com/avanzu/JsonRequestBundle)[ Packagist](https://packagist.org/packages/avanzu/json-request-bundle)[ RSS](/packages/avanzu-json-request-bundle/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

JsonRequestBundle
-----------------

[](#jsonrequestbundle)

A symfony2 bundle that converts json request bodies into regular request parameters.

Usage
-----

[](#usage)

After installing the Bundle, you just have to use the JsonAcceptingController interface with any controller that should be able to work with json request bodies.

```
// ...
use Symfony\Bundle\FrameworkBundle\Controller\Controller;
use Avanzu\JsonRequestBundle\Controller\JsonAcceptingController;

class MyController extends Controller implements JsonAcceptingController {

    // ... your controller code

}

```

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/c163518a24c75876777c0ff92451f783a1eee1e30b9fe1cf6c4af7e16c8e1eae?d=identicon)[avanzu](/maintainers/avanzu)

---

Top Contributors

[![avanzu](https://avatars.githubusercontent.com/u/2414392?v=4)](https://github.com/avanzu "avanzu (6 commits)")

### Embed Badge

![Health badge](/badges/avanzu-json-request-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/avanzu-json-request-bundle/health.svg)](https://phpackages.com/packages/avanzu-json-request-bundle)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
