PHPackages                             sonntagnacht/requestparam-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. [Validation &amp; Sanitization](/categories/validation)
4. /
5. sonntagnacht/requestparam-bundle

ActiveSymfony-bundle[Validation &amp; Sanitization](/categories/validation)

sonntagnacht/requestparam-bundle
================================

easier validation of request data

1.1(7y ago)2372MITPHPPHP &gt;=7.0

Since Jan 22Pushed 7y ago2 watchersCompare

[ Source](https://github.com/sonntagnacht/SNRequestParamBundle)[ Packagist](https://packagist.org/packages/sonntagnacht/requestparam-bundle)[ RSS](/packages/sonntagnacht-requestparam-bundle/feed)WikiDiscussions master Synced 5d ago

READMEChangelog (7)Dependencies (4)Versions (12)Used By (0)

SNRequestParamBundle
====================

[](#snrequestparambundle)

RequestParamBundle is an easier way to validate request data and use auto-complete request data in your IDE.

[![Version](https://camo.githubusercontent.com/1b1c024d7f5212030efe748eb154fbe111163faa3557ef5dac1237bcd05d1cb2/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f736f6e6e7461676e616368742f534e52657175657374506172616d42756e646c652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/sonntagnacht/requestparam-bundle)[![Travis](https://camo.githubusercontent.com/d4bbe7129bba8f9604b3264bbc08467937c942b0a30f77998323d2ee21000abe/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f736f6e6e7461676e616368742f534e52657175657374506172616d42756e646c652e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/sonntagnacht/SNRequestParamBundle)[![SensioLabs Insight](https://camo.githubusercontent.com/5dfa937b953d72959c2b4ad41da51dfc346c68bf1989b2964e6154d7f09c1ddd/68747470733a2f2f696d672e736869656c64732e696f2f73656e73696f6c6162732f692f30333437613566352d613864312d343633392d616137322d3738356636303236356662392e7376673f7374796c653d666c61742d737175617265)](https://insight.sensiolabs.com/projects/0347a5f5-a8d1-4639-aa72-785f60265fb9)[![Coveralls](https://camo.githubusercontent.com/558ccba480b71c30e4e9ecb859febfcbf7ab7c2d447f034dbe3e95ce5c807813/68747470733a2f2f696d672e736869656c64732e696f2f636f766572616c6c732f736f6e6e7461676e616368742f534e52657175657374506172616d42756e646c652e7376673f7374796c653d666c61742d737175617265)](https://coveralls.io/r/sonntagnacht/SNRequestParamBundle?branch=master)

Installation
------------

[](#installation)

Run `composer require sonntagnacht/requestparam-bundle` to use SNRequestParamBundle in your Symfony Project.

Configuration
-------------

[](#configuration)

`AppKernel.php`

```
class AppKernel extends Kernel
{
    public function registerBundles()
    {
        $bundles = array(
            new Symfony\Bundle\FrameworkBundle\FrameworkBundle(),
            new Symfony\Bundle\SecurityBundle\SecurityBundle(),
            new Symfony\Bundle\TwigBundle\TwigBundle(),
            // ...
            new SN\RequestParamBundle\SNRequestParamBundle(),
            // ...

        return $bundles;
    }
    // ...
}
```

Examples
--------

[](#examples)

- [Get user by id](./docs/Examples/GetObjectById.md)
- [Send login form](./docs/Examples/SendLoginForm.md)

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor1

Top contributor holds 87.5% 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.

###  Release Activity

Cadence

Every ~49 days

Recently: every ~78 days

Total

10

Last Release

2588d ago

Major Versions

0.0.3 → 1.0.02018-03-30

### Community

Maintainers

![](https://www.gravatar.com/avatar/35d7861ab348f8eec53aa5684fce591c55a0c5c8877ad9640ca3c2340361ac30?d=identicon)[sonntagnacht](/maintainers/sonntagnacht)

---

Top Contributors

[![y4roc](https://avatars.githubusercontent.com/u/18329992?v=4)](https://github.com/y4roc "y4roc (14 commits)")[![bartrail](https://avatars.githubusercontent.com/u/293793?v=4)](https://github.com/bartrail "bartrail (2 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/sonntagnacht-requestparam-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/sonntagnacht-requestparam-bundle/health.svg)](https://phpackages.com/packages/sonntagnacht-requestparam-bundle)
```

###  Alternatives

[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.4k5.6M651](/packages/sylius-sylius)[rollerworks/password-strength-bundle

Password-strength validator bundle for Symfony

1433.7M6](/packages/rollerworks-password-strength-bundle)[j-ben87/parsley-bundle

Convert Symfony constraints into data-attributes for client-side validation with Parsley.

1432.7k](/packages/j-ben87-parsley-bundle)[superbrave/gdpr-bundle

A Symfony bundle for using entity annotations according to GDPR requirements and anonymizing/exporting data

1120.0k](/packages/superbrave-gdpr-bundle)

PHPackages © 2026

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