laravel-json-api / cursor-pagination
Laravel JSON:API cursor pagination implementation.
Installs: 12 292
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 3
Open Issues: 0
Requires
- php: ^8.1
- ext-json: *
- illuminate/database: ^10.0
- illuminate/pagination: ^10.0
- illuminate/support: ^10.0
- laravel-json-api/eloquent: ^3.0
Requires (Dev)
- orchestra/testbench: ^8.0
- phpunit/phpunit: ^9.5.28
README
Cursor pagination for Laravel JSON:API packages.
This cursor implementation pre-dates Laravel's cursor pagination implementation. It matches the cursor pagination implementation in the legacy package cloudcreativity/laravel-json-api.
Installation
Install using Composer
composer require laravel-json-api/cursor-pagination
License
Laravel JSON:API is open-sourced software licensed under the Apache 2.0 License.