PHPackages                             jack009/paginator-bundle - 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. jack009/paginator-bundle

ActiveSymfony-bundle[Utility &amp; Helpers](/categories/utility)

jack009/paginator-bundle
========================

A paginator bundle to ease pagination within a Symfony application.

v1.0.0(4mo ago)010MITPHPPHP &gt;=8.4

Since Dec 27Pushed 4mo agoCompare

[ Source](https://github.com/JACK009/PaginatorBundle)[ Packagist](https://packagist.org/packages/jack009/paginator-bundle)[ Docs](https://github.com/JACK009/PaginatorBundle)[ RSS](/packages/jack009-paginator-bundle/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (5)Versions (2)Used By (0)

This Bundle is using the Best Practices for Reusable Bundles [https://symfony.com/doc/current/bundles/best\_practices.html#bundle-name](https://symfony.com/doc/current/bundles/best_practices.html#bundle-name)

Paginator Bundle
================

[](#paginator-bundle)

A simple and flexible paginator bundle for Symfony 8.x and PHP 8.4+ projects. This bundle provides a straightforward way to paginate large datasets, with a default implementation using Doctrine ORM's QueryBuilder and a Twig macro for rendering pagination controls.

[![Alt text](docs/img/paginator.png?raw=true "Title")](docs/img/paginator.png?raw=true)

Use PaginatorService to paginate your data and render pagination controls in your Twig templates using the provided macro.

Usage
=====

[](#usage)

- Used in Symfony 8.x and PHP 8.4+ projects, this bundle provides a simple and flexible way to paginate large datasets.
- Bootstrap v5 compatible by default. (You can customize or create your own Twig macro to fit other CSS frameworks.)
- Paginator DTO is returned to controllers and templates, containing pagination metadata and the current page's items.
- Provides a Twig macro for rendering pagination controls.
- Default implementation of `IPaginatorService` using Doctrine ORM's QueryBuilder.
- Easily customizable and extendable to fit specific project needs.
- Includes unit and functional tests to ensure reliability.
- See the [documentation reference](docs/index.md) for detailed class, method and implementation documentation.

Installation
============

[](#installation)

Make sure Composer is installed globally, as explained in the [installation chapter](https://getcomposer.org/doc/00-intro.md)of the Composer documentation.

Applications that use Symfony Flex
----------------------------------

[](#applications-that-use-symfony-flex)

Open a command console, enter your project directory and execute:

```
composer require jack009/paginator-bundle
```

Applications that don't use Symfony Flex
----------------------------------------

[](#applications-that-dont-use-symfony-flex)

### Step 1: Download the Bundle

[](#step-1-download-the-bundle)

Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:

```
composer require jack009/paginator-bundle
```

### Step 2: Enable the Bundle

[](#step-2-enable-the-bundle)

Then, enable the bundle by adding it to the list of registered bundles in the `config/bundles.php` file of your project:

```
// config/bundles.php

return [
    // ...
    jack009\PaginatorBundle\PaginatorBundle::class => ['all' => true],
];
```

###  Health Score

37

—

LowBetter than 83% of packages

Maintenance76

Regular maintenance activity

Popularity5

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

 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

Unknown

Total

1

Last Release

141d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/9d5c3f7907358def4ae351c5cf6578e9250af5f00f91ac9b131833c72aeea5b4?d=identicon)[J.A.C.K. 009](/maintainers/J.A.C.K.%20009)

---

Top Contributors

[![JACK009](https://avatars.githubusercontent.com/u/5836956?v=4)](https://github.com/JACK009 "JACK009 (25 commits)")

---

Tags

symfonybundlepagination

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/jack009-paginator-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/jack009-paginator-bundle/health.svg)](https://phpackages.com/packages/jack009-paginator-bundle)
```

###  Alternatives

[pentatrion/vite-bundle

Vite integration for your Symfony app

2725.3M13](/packages/pentatrion-vite-bundle)[lexik/translation-bundle

This bundle allows to import translation files content into the database and provide a GUI to edit translations.

4362.7M19](/packages/lexik-translation-bundle)[glooby/task-bundle

Scheduling of tasks for symfony made simple

3216.3k](/packages/glooby-task-bundle)

PHPackages © 2026

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