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 3d 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 49% 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

3230d 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

[scienta/doctrine-json-functions

A set of extensions to Doctrine that add support for json query functions.

58523.9M36](/packages/scienta-doctrine-json-functions)[damienharper/auditor-bundle

Integrate auditor library in your Symfony projects.

4542.8M](/packages/damienharper-auditor-bundle)[sonata-project/entity-audit-bundle

Audit for Doctrine Entities

644989.8k1](/packages/sonata-project-entity-audit-bundle)[pixelfederation/doctrine-resettable-em-bundle

Symfony bundle for decorating default entity managers using a resettable decorator.

20113.5k](/packages/pixelfederation-doctrine-resettable-em-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.

1022.4k](/packages/rcsofttech-audit-trail-bundle)[ahmed-bhs/doctrine-doctor

Runtime analysis tool for Doctrine ORM integrated into Symfony Web Profiler. Unlike static linters, it analyzes actual query execution at runtime to detect performance bottlenecks, security vulnerabilities, and best practice violations during development with real execution context and data.

813.1k](/packages/ahmed-bhs-doctrine-doctor)

PHPackages © 2026

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