PHPackages                             jnjxp/pagination - 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. jnjxp/pagination

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

jnjxp/pagination
================

Pagination helper

0.1.1(4y ago)02.6k↑66.7%MITPHP

Since Nov 29Pushed 4y ago1 watchersCompare

[ Source](https://github.com/jnjxp/jnjxp.pagination)[ Packagist](https://packagist.org/packages/jnjxp/pagination)[ RSS](/packages/jnjxp-pagination/feed)WikiDiscussions develop Synced 1mo ago

READMEChangelogDependenciesVersions (4)Used By (0)

jnjxp.pagination
================

[](#jnjxppagination)

Generate pagination menus

Usage
-----

[](#usage)

```
$totalItems  = 1000;
$perPage     = 10;
$currentPage = 13;
$neighbors   = 3;

$helper = new Jnjxp\Pagination\Helper();

echo $helper
    ->totalItems($totalItems)
    ->perPage($perPage)
    ->currentPage($currentPage)
    ->neighbors($neighbors);
```

```

&laquo;
1
&hellip;
9
10
11
12
13 (current)
14
15
16
17
&hellip;
100
&raquo;

```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity53

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

Every ~904 days

Total

2

Last Release

1820d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/64baf5fff415327ccc832998afe54b34ac3c621e401f128a9343d4e0b0a3f9e4?d=identicon)[jnj](/maintainers/jnj)

---

Top Contributors

[![jakejohns](https://avatars.githubusercontent.com/u/174708?v=4)](https://github.com/jakejohns "jakejohns (9 commits)")

### Embed Badge

![Health badge](/badges/jnjxp-pagination/health.svg)

```
[![Health](https://phpackages.com/badges/jnjxp-pagination/health.svg)](https://phpackages.com/packages/jnjxp-pagination)
```

###  Alternatives

[agencetwogether/hookshelper

Simple plugin to toggle display hooks available in current page.

2312.7k](/packages/agencetwogether-hookshelper)[qbhy/hyperf-multi-env

287.4k2](/packages/qbhy-hyperf-multi-env)[speixoto/yii2-amcharts

AmCharts Widget for Yii 2

1414.2k](/packages/speixoto-yii2-amcharts)

PHPackages © 2026

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