PHPackages                             hyacinth/page - 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. hyacinth/page

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

hyacinth/page
=============

一个轻量级的分页类

1.0.0(6y ago)012MITPHPPHP &gt;=5.3.0

Since Aug 22Pushed 6y ago1 watchersCompare

[ Source](https://github.com/HyacinthTechnology/page)[ Packagist](https://packagist.org/packages/hyacinth/page)[ Docs](https://github.com/chenbool)[ RSS](/packages/hyacinth-page/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (1)DependenciesVersions (2)Used By (0)

关于
==

[](#关于)

PHP-page是一个轻量级的分页类

需求
==

[](#需求)

对低版本做了向下支持，但建议使用 PHP 5.3 +

安装
==

[](#安装)

```
composer require hyacinth/page
```

```
use HyacinthTechnology\Pager;
```

示例
==

[](#示例)

```
