PHPackages                             gloomy/pager-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. [HTTP &amp; Networking](/categories/http)
4. /
5. gloomy/pager-bundle

ActiveSymfony-bundle[HTTP &amp; Networking](/categories/http)

gloomy/pager-bundle
===================

Paginator/datagrid/crud bundle for Symfony2 with advanced filtering &amp; sorting

0.9.6(12y ago)105384[2 issues](https://github.com/iamluc/GloomyPagerBundle/issues)MITPHP

Since Feb 5Pushed 12y ago3 watchersCompare

[ Source](https://github.com/iamluc/GloomyPagerBundle)[ Packagist](https://packagist.org/packages/gloomy/pager-bundle)[ Docs](https://github.com/iamluc/GloomyPagerBundle)[ RSS](/packages/gloomy-pager-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (1)Versions (8)Used By (0)

GloomyPagerBundle
=================

[](#gloomypagerbundle)

ABOUT
-----

[](#about)

> Note:

> This bundle has been replaced by the [DatathekePagerBundle](https://github.com/datatheke/DatathekePagerBundle)

> You should use it instead

The GloomyPagerBundle allows you to display data with pagination, and to easily order and filter them.

**4 services are available :**

- Pager lets you manipulate resources like an Array or an Entity, but you keep total control of your template.
- DataGrid allows you to render a default template. But you can of course customize each part of it. It's built on top of the Pager.
- Crud adds create/edit/delete views in addition of the DataGrid view. It's built on top of the DataGrid.
- REST Connectors let you connect to a JavaScript grid or autocompleter easily (like jqGrid, DataTables, Autocomplete, Typeahead etc...)

**Features are :**

- Many wrappers

```
    Array
    Entity / ORM QueryBuilder
    DBAL QueryBuilder
    MongoDB
    Datatheke.com
    Null

```

- Advanced filtering (AND/OR);

```
