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.2k↓39.3%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 2d 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 75% 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

1866d 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.1k5.2k](/packages/shlinkio-shlink)[babdev/pagerfanta-bundle

Bundle integrating Pagerfanta with Symfony

21019.3M93](/packages/babdev-pagerfanta-bundle)[sylius/resource

Basic resource interfaces for PHP applications.

252.8M101](/packages/sylius-resource)[ourcodeworld/name-that-color

A non-official PHP port of the NTC JS library to find out the name of the closest matching color.

36209.1k](/packages/ourcodeworld-name-that-color)[stephenlake/laravel-properties

Associate generic data to any other model without polluting your application model logic, for Laravel.

485.8k](/packages/stephenlake-laravel-properties)

PHPackages © 2026

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