PHPackages                             andrii-mz/doctrine-qb-filter - 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. [Database &amp; ORM](/categories/database)
4. /
5. andrii-mz/doctrine-qb-filter

ActiveSymfony-bundle[Database &amp; ORM](/categories/database)

andrii-mz/doctrine-qb-filter
============================

Doctrine query builder filter without repositories.

0.0.4(5y ago)2114proprietaryPHPPHP ^7.1

Since Jul 22Pushed 5y agoCompare

[ Source](https://github.com/AndriiMz/doctrine-qb-filter)[ Packagist](https://packagist.org/packages/andrii-mz/doctrine-qb-filter)[ RSS](/packages/andrii-mz-doctrine-qb-filter/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependencies (5)Versions (4)Used By (0)

### Query Filter Bundle

[](#query-filter-bundle)

Query Filter Bundle gives an ability to user array filters instead of building query builder every time.

For example, you have an entity:

```
class User {
    /**
     * @ORM\Id
     * @ORM\Column(type="integer")
     */
    public $id;

    /**
     * @ORM\OneToMany(targetEntity="App\Entity\Task")
     */
    public $task;
}

```

If you need to extract users with task you can write simple lines instead of building queryBuilder:

```
    $filter = new FilterRequest();
    $filter->filter['task']['is_not_null'] = true;
    $result = $queryFilter->getResults(User::class, $filter);
    $users = $result->items;

```

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity42

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.

###  Release Activity

Cadence

Every ~36 days

Total

3

Last Release

2048d ago

### Community

Maintainers

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

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/andrii-mz-doctrine-qb-filter/health.svg)

```
[![Health](https://phpackages.com/badges/andrii-mz-doctrine-qb-filter/health.svg)](https://phpackages.com/packages/andrii-mz-doctrine-qb-filter)
```

###  Alternatives

[sylius/sylius

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

8.4k5.6M651](/packages/sylius-sylius)[sonata-project/entity-audit-bundle

Audit for Doctrine Entities

644989.8k1](/packages/sonata-project-entity-audit-bundle)[prestashop/prestashop

PrestaShop is an Open Source e-commerce platform, committed to providing the best shopping cart experience for both merchants and customers.

9.0k15.4k](/packages/prestashop-prestashop)

PHPackages © 2026

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