PHPackages                             ekreative/query-parameter-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. ekreative/query-parameter-bundle

ActiveSymfony-bundle[Utility &amp; Helpers](/categories/utility)

ekreative/query-parameter-bundle
================================

1.1.2(6y ago)2704[1 PRs](https://github.com/ekreative/query-parameter-bundle/pulls)MITPHPPHP &gt;=7.1

Since Mar 7Pushed 3y ago5 watchersCompare

[ Source](https://github.com/ekreative/query-parameter-bundle)[ Packagist](https://packagist.org/packages/ekreative/query-parameter-bundle)[ RSS](/packages/ekreative-query-parameter-bundle/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (9)Versions (12)Used By (0)

Query parameter bundle
======================

[](#query-parameter-bundle)

The Symfony Bundle for validation request query string parameters in the controllers.

Instaition
----------

[](#instaition)

```
composer require ekreative/query-parameter-bundle

```

Requirements
------------

[](#requirements)

The Bundle required `sensio/framework-extra-bundle`, Symfony components `OptionResolver` and `PropertyAccess`.

Configuring
-----------

[](#configuring)

```
app/AppKernel.php

...
    public function registerBundles()
    {
        $bundles = array(
            ...
            new Ekreative\QueryParameterBundle\EkreativeQueryParameterBundle(),
            ...
        );
        ...

        return $bundles;
    }
...

```

Examples
--------

[](#examples)

### QueryParameter

[](#queryparameter)

```
src/AppBundle/Controller/DefaultController.php

...
/**
 * @Route("/")
 * @QueryParameter("test", type="boolean", options={"required" = false})
 */
public function indexAction($test)
...

```

### QueryModel

[](#querymodel)

```
src/AppBundle/Controller/DefaultController.php

...
/**
 * @Route("/")
 * @QueryModel("testFilter", class="AppBundle\Filter\Filter", options={"required" = false, types={"test" = "boolean"}})
 */
public function indexAction(Filter $testFilter)
...

```

Variable types
--------------

[](#variable-types)

- integer
- datetime
- double
- boolean

###  Health Score

32

—

LowBetter than 69% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor1

Top contributor holds 78.3% 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 ~169 days

Recently: every ~115 days

Total

10

Last Release

2243d ago

PHP version history (2 changes)1.0-alpha1PHP &gt;=5.5.9

1.0.0PHP &gt;=7.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/7039999f29a83140d61116032ec1684c752412e458ad1999e15eea2f8808498c?d=identicon)[mcfedr](/maintainers/mcfedr)

![](https://avatars.githubusercontent.com/u/4721334?v=4)[Oleksandr Moshta](/maintainers/ahonymous)[@ahonymous](https://github.com/ahonymous)

---

Top Contributors

[![mcfedr](https://avatars.githubusercontent.com/u/704356?v=4)](https://github.com/mcfedr "mcfedr (18 commits)")[![ahonymous](https://avatars.githubusercontent.com/u/4721334?v=4)](https://github.com/ahonymous "ahonymous (5 commits)")

---

Tags

symfony-bundleannotationsqueryquery parameter

###  Code Quality

TestsPHPUnit

Code StylePHP CS Fixer

### Embed Badge

![Health badge](/badges/ekreative-query-parameter-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/ekreative-query-parameter-bundle/health.svg)](https://phpackages.com/packages/ekreative-query-parameter-bundle)
```

###  Alternatives

[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k17.9M388](/packages/easycorp-easyadmin-bundle)[rcsofttech/audit-trail-bundle

Enterprise-grade, high-performance Symfony audit trail bundle. Automatically track Doctrine entity changes with split-phase architecture, multiple transports (HTTP, Queue, Doctrine), and sensitive data masking.

1189.8k](/packages/rcsofttech-audit-trail-bundle)[kimai/kimai

Kimai - Time Tracking

4.8k9.0k1](/packages/kimai-kimai)[oro/platform

Business Application Platform (BAP)

645143.5k115](/packages/oro-platform)[yceruto/formflow-bundle

Create and manage multistep forms

2417.3k](/packages/yceruto-formflow-bundle)[chameleon-system/chameleon-base

The Chameleon System core.

1028.6k5](/packages/chameleon-system-chameleon-base)

PHPackages © 2026

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