PHPackages                             themismin/laravel-paginate - 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. themismin/laravel-paginate

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

themismin/laravel-paginate
==========================

1.0.2(4y ago)0582MITPHPPHP &gt;=5.6.4

Since Nov 6Pushed 2y ago1 watchersCompare

[ Source](https://github.com/themismin/laravel-paginate)[ Packagist](https://packagist.org/packages/themismin/laravel-paginate)[ RSS](/packages/themismin-laravel-paginate/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (4)Used By (0)

laravel-paginator
=================

[](#laravel-paginator)

Laravel paginator 自定义分页扩展包

### 安装

[](#安装)

```
composer require themismin/laravel-paginator
```

### 无需配置直接使用

[](#无需配置直接使用)

```
// 结果会多出一个自定义数据
$custom = 'xxx';
$list = User::customPaginate($custom = null, $perPage = 15, $columns = ['*'], $pageName = 'page', $page = null);
return $list;

// 结果
{
    "custom": "xxx",
    "data": [
        {
            "name": "x1",
            "date": "xxxx-xx-xx"
        },
        {
            "name": "x2",
            "date": "xxxx-xx-xx"
        }
    ],
    "page_size": 15,
    "current": 1,
    "total": 2
}
```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity55

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 ~355 days

Total

3

Last Release

1670d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8c800de9c17265b0c85ee3c8e2be6f196b2dfb0c0a5692f5d7ca9e8ee6064df2?d=identicon)[themismin](/maintainers/themismin)

---

Top Contributors

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

---

Tags

laravel

### Embed Badge

![Health badge](/badges/themismin-laravel-paginate/health.svg)

```
[![Health](https://phpackages.com/badges/themismin-laravel-paginate/health.svg)](https://phpackages.com/packages/themismin-laravel-paginate)
```

###  Alternatives

[highideas/laravel-users-online

This package will provide an online users management.

203113.2k1](/packages/highideas-laravel-users-online)[stephenjude/filament-blog

Filament Blog Builder

20317.8k](/packages/stephenjude-filament-blog)[ralphjsmit/laravel-helpers

A package containing handy helpers for your Laravel-application.

13704.6k2](/packages/ralphjsmit-laravel-helpers)[datomatic/nova-detached-actions

A Laravel Nova tool to allow for placing actions in the Nova toolbar detached from the checkbox selection mechanism.

11229.2k](/packages/datomatic-nova-detached-actions)

PHPackages © 2026

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