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

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

theopeneyes/generate-pagination
===============================

A Laravel package to generate pagination

01PHP

Since Aug 4Pushed 4y ago1 watchersCompare

[ Source](https://github.com/uttambhut222/generate-pagination)[ Packagist](https://packagist.org/packages/theopeneyes/generate-pagination)[ RSS](/packages/theopeneyes-generate-pagination/feed)WikiDiscussions main Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

sort-associative-array
======================

[](#sort-associative-array)

A Laravel package to generate pagination.

Installation
------------

[](#installation)

To get started, install `require` in your project.

- Via Composer

```
 composer require theopeneyes/generate-pagination
```

- Via composer.json file

Enter the following in the `require` section of your project `composer.json` file.

```
"theopeneyes/generate-pagination": "dev-main",
```

Run the `composer update` to download the package.

```
 composer update
```

Basic Usage
-----------

[](#basic-usage)

```
use TheOpenEyes\GeneratePagination\GeneratePagination;

GeneratePagination::generate($responseArr = array(), $limit, $page, $searchCondition, $sortOrder, $searchColumn = array());
```

###  Health Score

15

—

LowBetter than 3% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity1

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity29

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/fedd937bec9f3a62fa0c5bb66ef90159404f8d27c60a78702fa13327537cf6ae?d=identicon)[uttambhut222](/maintainers/uttambhut222)

---

Top Contributors

[![uttambhut222](https://avatars.githubusercontent.com/u/39264925?v=4)](https://github.com/uttambhut222 "uttambhut222 (1 commits)")

### Embed Badge

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

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

PHPackages © 2026

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