PHPackages                             adrienbrault/pagerfanta-iterator - 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. adrienbrault/pagerfanta-iterator

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

adrienbrault/pagerfanta-iterator
================================

0.3.0(5y ago)5471.3k↓41.7%7[2 issues](https://github.com/adrienbrault/pagerfanta-iterator/issues)MITPHPCI failing

Since Aug 9Pushed 5y ago1 watchersCompare

[ Source](https://github.com/adrienbrault/pagerfanta-iterator)[ Packagist](https://packagist.org/packages/adrienbrault/pagerfanta-iterator)[ RSS](/packages/adrienbrault-pagerfanta-iterator/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependencies (2)Versions (6)Used By (0)

This allows to easily traverse all the pages of a pagerfanta instance:

```
$pager->setMaxPerPage(10);

foreach (PagerfantaIterator::iterateOverPages($pager) as $page => $pageResults) {

}
```

This allows to easily traverse all the elements of all the pages:

```
$pager->setMaxPerPage(10);

foreach (PagerfantaIterator::iterateOverElements($pager) as $index => $element) {

}
```

###  Health Score

34

—

LowBetter than 74% of packages

Maintenance12

Infrequent updates — may be unmaintained

Popularity38

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity57

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 58.3% 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

Every ~620 days

Total

5

Last Release

1911d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/014b3653b1f38cb85fa553f23e32a10a9584fee5dc80c7be2d01900202045033?d=identicon)[AdrienBrault](/maintainers/AdrienBrault)

---

Top Contributors

[![adrienbrault](https://avatars.githubusercontent.com/u/611271?v=4)](https://github.com/adrienbrault "adrienbrault (14 commits)")[![bangpound](https://avatars.githubusercontent.com/u/6731?v=4)](https://github.com/bangpound "bangpound (5 commits)")[![stof](https://avatars.githubusercontent.com/u/439401?v=4)](https://github.com/stof "stof (2 commits)")[![armetiz](https://avatars.githubusercontent.com/u/1119250?v=4)](https://github.com/armetiz "armetiz (1 commits)")[![geekdevs](https://avatars.githubusercontent.com/u/864822?v=4)](https://github.com/geekdevs "geekdevs (1 commits)")[![joanna-bak-sourceability](https://avatars.githubusercontent.com/u/68014233?v=4)](https://github.com/joanna-bak-sourceability "joanna-bak-sourceability (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/adrienbrault-pagerfanta-iterator/health.svg)

```
[![Health](https://phpackages.com/badges/adrienbrault-pagerfanta-iterator/health.svg)](https://phpackages.com/packages/adrienbrault-pagerfanta-iterator)
```

###  Alternatives

[shlinkio/shlink

A self-hosted and PHP-based URL shortener application with CLI and REST interfaces

5.2k5.6k](/packages/shlinkio-shlink)[babdev/pagerfanta-bundle

Bundle integrating Pagerfanta with Symfony

21019.8M102](/packages/babdev-pagerfanta-bundle)[spatie/laravel-stats

Track application stat changes over time

451303.1k8](/packages/spatie-laravel-stats)[bluem/tree

Library for handling tree structures based on parent IDs

252966.5k7](/packages/bluem-tree)[sylius/resource

Basic resource interfaces for PHP applications.

252.8M102](/packages/sylius-resource)[ehaerer/paste-reference

Paste Reference - offers the option to paste references instead of copies for content elements in TYPO3

20380.0k](/packages/ehaerer-paste-reference)

PHPackages © 2026

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