laravel-json-api / cursor-pagination
Laravel JSON:API 游标分页实现。
v4.0.0
2024-03-14 17:23 UTC
Requires
- php: ^8.2
- ext-json: *
- illuminate/database: ^11.0
- illuminate/pagination: ^11.0
- illuminate/support: ^11.0
- laravel-json-api/eloquent: ^4.0
Requires (Dev)
- orchestra/testbench: ^9.0
- phpunit/phpunit: ^10.5
README
Laravel JSON:API 的游标分页。
此游标实现早于 Laravel 的游标分页实现。它与旧版包 cloudcreativity/laravel-json-api 中的游标分页实现相匹配。
安装
使用 Composer 安装
composer require laravel-json-api/cursor-pagination
许可
Laravel JSON:API 是开源软件,使用 MIT 许可证 许可。