PHPackages                             ajiho/think-paginator-driver - 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. ajiho/think-paginator-driver

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

ajiho/think-paginator-driver
============================

page driver for thinkphp6

V1.0.0(3y ago)06MITPHP

Since Aug 16Pushed 2y ago1 watchersCompare

[ Source](https://github.com/ajiho/think-paginator-driver)[ Packagist](https://packagist.org/packages/ajiho/think-paginator-driver)[ Docs](https://gitee.com/ajiho/think-paginator-driver)[ RSS](/packages/ajiho-think-paginator-driver/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (1)Versions (2)Used By (0)

安装
==

[](#安装)

```
composer require ajiho/think-paginator-driver

```

支持的分页驱动
=======

[](#支持的分页驱动)

- bootstrap5

使用
==

[](#使用)

全局生效
----

[](#全局生效)

在`app/provider.php`文件中重新绑定`think\Paginator`分页服务驱动

```
'think\Paginator' => \ajiho\paginator\driver\Bootstrap5::class
```

部分应用生效
------

[](#部分应用生效)

在应用目录中新建`provider.php`文件，然后重新绑定服务即可

```
'think\Paginator' => \ajiho\paginator\driver\Bootstrap5::class
```

单次生效
----

[](#单次生效)

在调用`paginate`分页方法前,重新绑定服务

```
\think\facade\App::bind('think\Paginator', \ajiho\paginator\driver\Bootstrap5::class);
$users = User::paginate(10);
//...
```

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity47

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

Unknown

Total

1

Last Release

1365d ago

### Community

Maintainers

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

---

Top Contributors

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

---

Tags

thinkphp6pagedriver

### Embed Badge

![Health badge](/badges/ajiho-think-paginator-driver/health.svg)

```
[![Health](https://phpackages.com/badges/ajiho-think-paginator-driver/health.svg)](https://phpackages.com/packages/ajiho-think-paginator-driver)
```

###  Alternatives

[topthink/think-captcha

captcha package for thinkphp

132934.4k68](/packages/topthink-think-captcha)[topthink/think-worker

workerman extend for thinkphp

202227.2k9](/packages/topthink-think-worker)[yunwuxin/think-cron

计划任务

17416.2k](/packages/yunwuxin-think-cron)[zzstudio/think-addons

The ThinkPHP6 Addons Package

1518.6k](/packages/zzstudio-think-addons)[topthink/think-annotation

Annotation For ThinkPHP

4831.5k8](/packages/topthink-think-annotation)[liliuwei/thinkphp-jump

适用于thinkphp6.0的跳转扩展

2874.4k1](/packages/liliuwei-thinkphp-jump)

PHPackages © 2026

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