---
title: "PagerfantaBundle"
package: "PagerfantaBundle"
version: "2.x"
canonical_url: "https://www.babdev.com/open-source/packages/pagerfantabundle/docs/2.x/intro"
package_supported: true
version_released: true
end_of_support: "2021-12-31T23:59:59.999Z"
notice:
  - "Version 2.x of PagerfantaBundle reached end of support on 2021-12-31."
---
# PagerfantaBundle

The PagerfantaBundle is a [Symfony](https://symfony.com/) bundle integrating [Pagerfanta](/open-source/packages/pagerfanta/docs) into an application.
    
This bundle is a continuation of the [`WhiteOctoberPagerfantaBundle`](https://github.com/whiteoctober/WhiteOctoberPagerfantaBundle).

The bundle includes:

- A [Twig](https://twig.symfony.com/) function to render Pagerfanta objects with views and options
- Pagerfanta view which supports Twig templates
- Services to easily use Pagerfanta views anywhere in your application
- A flexible API to customize paginated routing
- Default CSS for the `Pagerfanta\View\DefaultView` class

<div class="docs-note">The documentation covers only the features added by this bundle, please review the Pagerfanta documentation for more information about how to use the library.</div>

## Support Matrix

The below table shows the supported PHP and Symfony versions for this bundle. Note that there is not a 1.x version of this bundle, the previous `WhiteOctoberPagerfantaBundle` should be considered the 1.x version.

| Version | Status                  | PHP Versions | Symfony Versions  |
|---------|-------------------------|--------------|-------------------|
| 2.x     | **No Longer Supported** | 7.2-8.0      | 3.4, 4.4, 5.3-5.4 |
| 3.x     | Actively Supported      | 7.4+         | 4.4, 5.3-5.4      |
