PHPackages                             garak/orm-criteria - 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. garak/orm-criteria

ActiveLibrary[Database &amp; ORM](/categories/database)

garak/orm-criteria
==================

Apply filters to Doctrine Query Builder

v0.9.0(1mo ago)12.8k↓74%LGPL-3.0-or-laterPHPPHP ^8.4

Since May 6Pushed 4w ago1 watchersCompare

[ Source](https://github.com/garak/orm-criteria)[ Packagist](https://packagist.org/packages/garak/orm-criteria)[ RSS](/packages/garak-orm-criteria/feed)WikiDiscussions main Synced 2w ago

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

ORM Doctrine Criteria
=====================

[](#orm-doctrine-criteria)

This library is meant to ease the filtering with Doctrine repositories. It's an ideal companion for [PUGX FilterBundle](https://github.com/PUGX/filter-bundle).

Setup
-----

[](#setup)

Run `composer require garak/orm-criteria`.

If you want to leverage the profiler info, you need to add the bundle to your kernel. You won't need to enable the bundle in other environments, its features will work anyway.

```
