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

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

wdpf/pagination
===============

pagination system.

1.0.0(2y ago)016proprietaryPHPPHP &gt;=5.3.0

Since Jan 27Pushed 2y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (2)Used By (0)

\#Install composer require wdpf/pagination

make object
===========

[](#make-object)

use vendor\\pagination as pagi; $pagination = new pagi\\pagination(); or $pagination = new vendor\\pagination\\pagination();

for server page
===============

[](#for-server-page)

$pagination-&gt;backend('p', 20); $totalRecord = SELECT \* FROM `product` LIMIT $pagination-&gt;beganRow, $pagination-&gt;rowsSize;

for clint site view
===================

[](#for-clint-site-view)

$pagination-&gt;frontend($totalRecord, 'p', 20)-&gt;pagination();

multiple pagenation system
==========================

[](#multiple-pagenation-system)

$page = "&amp;page=".$\_GET\["page"\]; $pagination-&gt;frontend($totalRecord, 'p', 20, $page)-&gt;bootstrap();

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity36

Early-stage or recently created project

 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

840d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/3c265ee60a1730b5b057d4fe05e49e75ffd33a19f809bbba723813d3f1cfaf36?d=identicon)[ahamedsabbir](/maintainers/ahamedsabbir)

---

Top Contributors

[![isratahamedsabbir](https://avatars.githubusercontent.com/u/93650049?v=4)](https://github.com/isratahamedsabbir "isratahamedsabbir (40 commits)")

### Embed Badge

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

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

PHPackages © 2026

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