PHPackages                             ns/filtered-pagination-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. ns/filtered-pagination-bundle

ActiveSymfony-bundle[Utility &amp; Helpers](/categories/utility)

ns/filtered-pagination-bundle
=============================

This bundle provides a paginated filter handler

5.0.0(6mo ago)413.3kMITPHPPHP &gt;=8.3

Since May 6Pushed 6mo ago1 watchersCompare

[ Source](https://github.com/NobletSolutions/FilteredPaginationBundle)[ Packagist](https://packagist.org/packages/ns/filtered-pagination-bundle)[ RSS](/packages/ns-filtered-pagination-bundle/feed)WikiDiscussions master Synced 1mo ago

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

Installation
============

[](#installation)

```
composer require ns/filtered-pagination-bundle

```

Edit AppKernel.php and add the bundle

```
...
new Knp\Bundle\PaginatorBundle\KnpPaginatorBundle(),
new Lexik\Bundle\FormFilterBundle\LexikFormFilterBundle(),
new NS\FilteredPaginationBundle\NSFilteredPaginationBundle(),

```

Usage
=====

[](#usage)

In a controller you request the filtered pagination bundle.

```
$query             = $this->get('doctrine.orm.entity_manager')->getRepository('...')->getSomeQuery();
$filteredPaginator = $this->get('ns.filtered_pagination');
list($form, $pagination, $redirect) = $filteredPaginator->process($request, $formType, $query, 'sessionKey');

if ($redirect) {
    return $this->redirect($this->generateUrl('practiceUsers'));
}

```

Limit Select
============

[](#limit-select)

You can use the provided LimitSelectType to provide a 'X' results per page selector. If you do so you should include the main.js resource which handles detecting changes to the number per page.

###  Health Score

54

—

FairBetter than 97% of packages

Maintenance71

Regular maintenance activity

Popularity27

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity90

Battle-tested with a long release history

 Bus Factor1

Top contributor holds 93.5% 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 ~95 days

Recently: every ~403 days

Total

41

Last Release

193d ago

Major Versions

2.0.10 → 3.0.02017-08-22

3.0.7 → 4.0.02020-06-25

3.0.8 → 4.1.12021-01-01

3.0.9 → 4.2.12021-05-29

4.3.0 → 5.0.02025-10-27

PHP version history (3 changes)1.0.0PHP &gt;=5.3.2

3.0.2PHP &gt;=7.1

5.0.0PHP &gt;=8.3

### Community

Maintainers

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

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

---

Top Contributors

[![gnat42](https://avatars.githubusercontent.com/u/325591?v=4)](https://github.com/gnat42 "gnat42 (100 commits)")[![mwoynarski](https://avatars.githubusercontent.com/u/143827?v=4)](https://github.com/mwoynarski "mwoynarski (7 commits)")

---

Tags

bundlephpsymfonysymfony-bundle

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/ns-filtered-pagination-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/ns-filtered-pagination-bundle/health.svg)](https://phpackages.com/packages/ns-filtered-pagination-bundle)
```

###  Alternatives

[sylius/sylius

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

8.4k5.6M647](/packages/sylius-sylius)[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k16.7M308](/packages/easycorp-easyadmin-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)[ec-cube/ec-cube

EC-CUBE EC open platform.

78527.0k1](/packages/ec-cube-ec-cube)[netgen/layouts-core

Netgen Layouts enables you to build and manage complex web pages in a simpler way and with less coding. This is the core of Netgen Layouts, its heart and soul.

3689.4k10](/packages/netgen-layouts-core)[contao/core-bundle

Contao Open Source CMS

1231.6M2.3k](/packages/contao-core-bundle)

PHPackages © 2026

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