PHPackages                             cethyworks/doctrine-paginator-decorator - 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. [Database &amp; ORM](/categories/database)
4. /
5. cethyworks/doctrine-paginator-decorator

AbandonedArchivedSymfony-bundle[Database &amp; ORM](/categories/database)

cethyworks/doctrine-paginator-decorator
=======================================

Decorator/helper for Doctrine Paginator

v1.0(8y ago)0274MITPHPPHP &gt;=5.6.17

Since Jul 10Pushed 8y ago1 watchersCompare

[ Source](https://github.com/Cethy/DoctrinePaginatorDecorator)[ Packagist](https://packagist.org/packages/cethyworks/doctrine-paginator-decorator)[ RSS](/packages/cethyworks-doctrine-paginator-decorator/feed)WikiDiscussions master Synced 2w ago

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

Cethyworks\\DoctrinePaginatorDecorator
======================================

[](#cethyworksdoctrinepaginatordecorator)

Decorator/helper for Doctrine\\ORM\\Tools\\Pagination\\Paginator.

[![CircleCI](https://camo.githubusercontent.com/90e3729c9e489588f1c09084ea446fbcf23efbc39ef41047cc2c2fc796fa4616/68747470733a2f2f636972636c6563692e636f6d2f67682f43657468792f446f637472696e65506167696e61746f724465636f7261746f722f747265652f6d61737465722e7376673f7374796c653d736869656c64)](https://circleci.com/gh/Cethy/DoctrinePaginatorDecorator/tree/master)

Install
-------

[](#install)

1\. Composer require

```
$ composer require cethyworks/doctrine-paginator-decorator

```

How to use
----------

[](#how-to-use)

```
$paginator = new DoctrinePaginatorDecorator($queryBuilder, $currentPage, $limitPerPage);

$paginator->getPage(); // return current page
$paginator->getLimit(); // return limit per page
$paginator->hasNextPage(); // return true if there is enough result for a next page
$paginator->getCount(); // return total entity count
$paginator->getList(); // return entity list for current page

```

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity58

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

3278d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/c0992307e9a9d414b451beb664b8313ed22f77d6b5b949a9f199b2114d6cae4d?d=identicon)[Cethy](/maintainers/Cethy)

---

Top Contributors

[![Cethy](https://avatars.githubusercontent.com/u/735030?v=4)](https://github.com/Cethy "Cethy (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/cethyworks-doctrine-paginator-decorator/health.svg)

```
[![Health](https://phpackages.com/badges/cethyworks-doctrine-paginator-decorator/health.svg)](https://phpackages.com/packages/cethyworks-doctrine-paginator-decorator)
```

###  Alternatives

[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k17.9M379](/packages/easycorp-easyadmin-bundle)[rcsofttech/audit-trail-bundle

Enterprise-grade, high-performance Symfony audit trail bundle. Automatically track Doctrine entity changes with split-phase architecture, multiple transports (HTTP, Queue, Doctrine), and sensitive data masking.

1175.2k](/packages/rcsofttech-audit-trail-bundle)[kimai/kimai

Kimai - Time Tracking

4.8k8.7k1](/packages/kimai-kimai)[api-platform/doctrine-orm

Doctrine ORM bridge

294.4M83](/packages/api-platform-doctrine-orm)

PHPackages © 2026

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