PHPackages                             saxulum/saxulum-pagination-provider - 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. saxulum/saxulum-pagination-provider

AbandonedArchivedLibrary[Utility &amp; Helpers](/categories/utility)

saxulum/saxulum-pagination-provider
===================================

Saxulum Pagination Provider

2.1.2(10y ago)1938MITPHPPHP &gt;=5.5.9,&lt;8.0

Since Jan 25Pushed 8y agoCompare

[ Source](https://github.com/saxulum-legacy/saxulum-pagination-provider)[ Packagist](https://packagist.org/packages/saxulum/saxulum-pagination-provider)[ RSS](/packages/saxulum-saxulum-pagination-provider/feed)WikiDiscussions v1 Synced 1mo ago

READMEChangelogDependencies (9)Versions (13)Used By (0)

saxulum-pagination-provider
===========================

[](#saxulum-pagination-provider)

**works with plain silex-php**

[![Build Status](https://camo.githubusercontent.com/eaf20f60ddcf4e1dc04e7b5635305fd1bec4b91d22901982ff9764cb9d7bd17a/68747470733a2f2f6170692e7472617669732d63692e6f72672f736178756c756d2f736178756c756d2d706167696e6174696f6e2d70726f76696465722e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/saxulum/saxulum-pagination-provider)[![Total Downloads](https://camo.githubusercontent.com/dee3e2c74a1eef5307af67ff5fb0b249934b75dba5fdf9a2be013a1db881fdac/68747470733a2f2f706f7365722e707567782e6f72672f736178756c756d2f736178756c756d2d706167696e6174696f6e2d70726f76696465722f646f776e6c6f6164732e706e67)](https://packagist.org/packages/saxulum/saxulum-pagination-provider)[![Latest Stable Version](https://camo.githubusercontent.com/066576aebdb438ffac59d1b8bfe4c8152a03a0e3397b198ee385b187773415d7/68747470733a2f2f706f7365722e707567782e6f72672f736178756c756d2f736178756c756d2d706167696e6174696f6e2d70726f76696465722f762f737461626c652e706e67)](https://packagist.org/packages/saxulum/saxulum-pagination-provider)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/adc732346581a87c0cab7db51e32e35edb4d2f5f0f8c6a50a36f8362d9e944eb/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f736178756c756d2f736178756c756d2d706167696e6174696f6e2d70726f76696465722f6261646765732f7175616c6974792d73636f72652e706e673f733d36353339653538393263633936356566383261633865633932393434326335343461346530326135)](https://scrutinizer-ci.com/g/saxulum/saxulum-pagination-provider/)

\## Features

- Does not require initializing specific adapters
- Can be customized in any way needed, etc.: pagination view, event subscribers.
- Possibility to add custom filtering, sorting functionality depending on request parameters.
- Separation of concerns, paginator is responsible for generating the pagination view only, pagination view \* for representation purposes.

Requirements
------------

[](#requirements)

- php: &gt;=5.3.3,
- knplabs/knp-components: ~1.2,&gt;=1.2.5,
- pimple/pimple: ~1.1,
- symfony/http-kernel: ~2.3,
- symfony/translation: ~2.3,
- twig/twig: ~1.2

\## Installation

Through [Composer](http://getcomposer.org) as [saxulum/saxulum-pagination-provider](https://packagist.org/packages/saxulum/saxulum-pagination-provider).

Configuration
-------------

[](#configuration)

```
$container->register(new Saxulum\PaginationProvider\Silex\Provider\SaxulumPaginationProvider, array(
    'knp_paginator.options' => array(
        'defaultPaginationOptions' => array(
            'pageParameterName' => 'page',
            'sortFieldParameterName' => 'sort',
            'sortDirectionParameterName' => 'direction',
            'filterFieldParameterName' => 'filterField',
            'filterValueParameterName' => 'filterValue',
            'distinct' => true,
        ),
        'subscriberOptions' => array(
            'defaultPaginationTemplate' => '@SaxulumPaginationProvider/sliding.html.twig',
            'defaultSortableTemplate' => '@SaxulumPaginationProvider/sortable_link.html.twig',
            'defaultFiltrationTemplate' => '@SaxulumPaginationProvider/filtration.html.twig',
            'defaultPageRange' => 5,
        )
    )
));

```

Usage
-----

[](#usage)

```
$container['knp_paginator']->paginate($target, 1, 10);

```

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity75

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

Recently: every ~215 days

Total

12

Last Release

2944d ago

Major Versions

1.0.0 → 2.0.02015-01-25

1.0.1 → 2.0.12015-01-25

1.0.2 → 2.0.22015-01-25

1.1.0 → 2.12015-12-13

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

1.1.0PHP &gt;=5.3.3,&lt;8.0

2.1.2PHP &gt;=5.5.9,&lt;8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/55048de83ca5e5d8c67164a19c78edcaad413b0c1a4ae10d92edf8d77bedd90f?d=identicon)[dominikzogg](/maintainers/dominikzogg)

---

Top Contributors

[![dominikzogg](https://avatars.githubusercontent.com/u/1011217?v=4)](https://github.com/dominikzogg "dominikzogg (10 commits)")

---

Tags

knplabspaginationsilexpimplecilexsaxulum

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/saxulum-saxulum-pagination-provider/health.svg)

```
[![Health](https://phpackages.com/badges/saxulum-saxulum-pagination-provider/health.svg)](https://phpackages.com/packages/saxulum-saxulum-pagination-provider)
```

###  Alternatives

[dflydev/doctrine-orm-service-provider

Doctrine ORM Service Provider

2081.7M35](/packages/dflydev-doctrine-orm-service-provider)[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)[cilex/console-service-provider

Console Service Provider

273.1M3](/packages/cilex-console-service-provider)[netgen/content-browser

Netgen Content Browser is a Symfony bundle that provides an interface which selects items from any kind of backend and returns the IDs of selected items back to the calling code.

14112.1k8](/packages/netgen-content-browser)[leapt/core-bundle

Symfony LeaptCoreBundle

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

PHPackages © 2026

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