Intro to KnpPaginatorBundle
Friendly Symfony paginator to paginate everything

Generally this bundle is based on Knp Pager component. This
component introduces a different way of pagination handling. You can read more about the
internal logic on the given documentation link.
Note: Keep knp-components in sync with this bundle. If you want to use
older version of KnpPaginatorBundle - use v3.0 or v4.X tags in the repository which is
suitable to paginate ODM MongoDB and ORM 2.0 queries
Latest updates
For details regarding changes please read about the releases.
Requirements:
- Knp Pager component
>=4.4.
- KnpPaginatorBundle's master is compatible with Symfony
>=6.4 versions.
- Twig
>=3.0 version is required if you use the Twig templating engine.
- If you want to use the provided templates, you need the Translation component too.
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.