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)1646[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 2mo ago

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 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity19

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

2196d 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://www.gravatar.com/avatar/4a03267b38f12aa687597d5c5bd401b9b3799dd8c5abc6bb821c257f08920206?d=identicon)[ahonymous](/maintainers/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

[wallabag/wallabag

open source self hostable read-it-later web application

12.6k2.2k](/packages/wallabag-wallabag)[ec-cube/ec-cube

EC-CUBE EC open platform.

78527.0k1](/packages/ec-cube-ec-cube)[netgen/layouts-core

Netgen Layouts enables you to build and manage complex web pages in a simpler way and with less coding. This is the core of Netgen Layouts, its heart and soul.

3689.4k10](/packages/netgen-layouts-core)[jbtronics/settings-bundle

A symfony bundle to easily create typesafe, user-configurable settings for symfony applications

9546.7k2](/packages/jbtronics-settings-bundle)[pixelopen/cloudflare-turnstile-bundle

A simple package to help integrate Cloudflare Turnstile on Symfony.

31205.8k3](/packages/pixelopen-cloudflare-turnstile-bundle)[netgen/content-browser

Netgen Content Browser is a Symfony bundle that provides an interface which selects items from any kind of backend and returns the IDs of selected items back to the calling code.

14112.1k8](/packages/netgen-content-browser)

PHPackages © 2026

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