fivepercent/pagination

v1.0 2015-06-04 10:43 UTC

This package is not auto-updated.

Last update: 2024-09-28 18:21:16 UTC


README

使用本包,您可以分页数据

安装

在您的 composer.json 中添加 FivePercent/Pagination

{
    "require": {
        "fivepercent/pagination": "~1.0"
    }
}

现在通过运行以下命令告诉 composer 下载库

$ php composer.phar update fivepercent/pagination