jonasarts/pagination2-bundle

This package is abandoned and no longer maintained. The author suggests using the hasch/framework package instead.

A Pagination System for Symfony

Maintainers

Package info

github.com/jonasarts/pagination2-bundle

Type:symfony-bundle

pkg:composer/jonasarts/pagination2-bundle

Statistics

Installs: 390

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 0

v7.0.3 2026-06-28 11:43 UTC

README

⚠️ Deprecated — v7 is the final release

This bundle is abandoned. Version 7 is the last major release; there will be no v8 (no Symfony 8.1 / PHP 8.4 port).

The only piece of unique logic worth keeping — the sliding-window pagination calculation — has moved into Hasch\Framework as small, typed, tested helpers (PageWindow, SortState / SortDirection). For data pagination use Doctrine's Doctrine\ORM\Tools\Pagination\Paginator; render via a Twig macro instead of the service renderers.

Existing v6/v7 users are not broken, but no further development will happen here.

This is the new version 2 of pagination-bundle. It breaks the API of version 1!

This bundle provides a simplified pagination system for the symfony framework.

Latest Stable Version

Installation

All the installation instructions are located in the documentation.

License

This bundle is under the MIT license. See the complete license in the bundle:

LICENSE