jonasarts / pagination2-bundle
A Pagination System for Symfony
Package info
github.com/jonasarts/pagination2-bundle
Type:symfony-bundle
pkg:composer/jonasarts/pagination2-bundle
Requires
- php: >=8.2
- symfony/config: ^6.0|^7.0
- symfony/dependency-injection: ^6.0|^7.0
- twig/twig: ^3.0
This package is auto-updated.
Last update: 2026-06-28 13:01:07 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\Frameworkas small, typed, tested helpers (PageWindow,SortState/SortDirection). For data pagination use Doctrine'sDoctrine\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.
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