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.8.0(6mo ago)12.7k↓73.3%LGPL-3.0-or-laterPHPPHP ^8.1

Since May 6Pushed 6d 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 2d ago

READMEChangelog (9)Dependencies (2)Versions (11)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.

```
