PHPackages                             tomas-kulhanek/doctrine-query-search - 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. tomas-kulhanek/doctrine-query-search

ActiveLibrary

tomas-kulhanek/doctrine-query-search
====================================

v3.0.0(3mo ago)03.0k↓100%MITPHPPHP &gt;=8.3CI failing

Since Apr 19Pushed 3mo ago1 watchersCompare

[ Source](https://github.com/tomas-kulhanek/doctrine-query-search)[ Packagist](https://packagist.org/packages/tomas-kulhanek/doctrine-query-search)[ Docs](https://gitlab.com/tomas-kulhanek/doctrine-query-search)[ Fund](https://www.paypal.me/helppc)[ GitHub Sponsors](https://github.com/tomas-kulhanek)[ RSS](/packages/tomas-kulhanek-doctrine-query-search/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (4)Dependencies (6)Versions (11)Used By (0)

Search Expression in query
==========================

[](#search-expression-in-query)

Filter operations
-----------------

[](#filter-operations)

Start with`:~`End with`~:`Like`~`Not like`!~`Bigger than`:`Equal`:`Not equal`!:`FILTER
------

[](#filter)

```
http://your.id/path?q=foo:keyword
http://your.id/path?q=foo:keyword,bar!~other

```

### Asterisk

[](#asterisk)

```
http://your.id/path?q=foo:keyword*
http://your.id/path?q=foo:keyword*,bar!~*other,foo2:*key*

```

SORTING
-------

[](#sorting)

```
http://your.id/path?sort=foo:desc,other:asc

```

PAGING
------

[](#paging)

```
http://your.id/path?limit=30&offset=60

```

Example output
--------------

[](#example-output)

```
TomasKulhanek\QuerySearch\Params\RequestParams {
  #filters: array:3 [
    0 => TomasKulhanek\QuerySearch\Params\Filter {
      #field: "foo"
      #operator: ":"
      #value: "keyword"
      #startWithAsterisk: false
      #endWithAsterisk: true
    }
    1 => TomasKulhanek\QuerySearch\Params\Filter {
      #field: "bar"
      #operator: "!~"
      #value: "other"
      #startWithAsterisk: true
      #endWithAsterisk: false
    }
    2 => TomasKulhanek\QuerySearch\Params\Filter {
      #field: "foo2"
      #operator: ":"
      #value: "key"
      #startWithAsterisk: true
      #endWithAsterisk: true
    }
  ]
  #sorts: array:2 [
    0 => TomasKulhanek\QuerySearch\Params\Sort {
      #field: "foo"
      #direction: "desc"
    }
    1 => TomasKulhanek\QuerySearch\Params\Sort {
      #field: "other"
      #direction: "asc"
    }
  ]
  #pagination: TomasKulhanek\QuerySearch\Params\Pagination {
    #limit: 30
    #offset: 60
  }
}

```

###  Health Score

48

—

FairBetter than 94% of packages

Maintenance79

Regular maintenance activity

Popularity18

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity73

Established project with proven stability

 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 ~217 days

Recently: every ~180 days

Total

9

Last Release

109d ago

Major Versions

v1.0.1 → v2.0.02024-01-31

v2.2.0 → v3.0.02026-01-23

PHP version history (3 changes)v1.0.0PHP &gt;=8.0

v2.0.0PHP &gt;=8.2

v3.0.0PHP &gt;=8.3

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/7447745?v=4)[Tomáš Kulhánek](/maintainers/tomas-kulhanek)[@tomas-kulhanek](https://github.com/tomas-kulhanek)

---

Top Contributors

[![tomas-kulhanek](https://avatars.githubusercontent.com/u/7447745?v=4)](https://github.com/tomas-kulhanek "tomas-kulhanek (11 commits)")

###  Code Quality

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

![Health badge](/badges/tomas-kulhanek-doctrine-query-search/health.svg)

```
[![Health](https://phpackages.com/badges/tomas-kulhanek-doctrine-query-search/health.svg)](https://phpackages.com/packages/tomas-kulhanek-doctrine-query-search)
```

###  Alternatives

[sonata-project/entity-audit-bundle

Audit for Doctrine Entities

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

Flow Application Framework

862.0M451](/packages/neos-flow)[api-platform/doctrine-orm

Doctrine ORM bridge

243.1M39](/packages/api-platform-doctrine-orm)[neos/flow-development-collection

Flow packages in a joined repository for pull requests.

144179.3k3](/packages/neos-flow-development-collection)[pixelfederation/doctrine-resettable-em-bundle

Symfony bundle for decorating default entity managers using a resettable decorator.

20113.5k](/packages/pixelfederation-doctrine-resettable-em-bundle)[leapt/core-bundle

Symfony LeaptCoreBundle

2529.1k4](/packages/leapt-core-bundle)

PHPackages © 2026

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