laravel-json-api/cursor-pagination

Laravel JSON:API cursor pagination implementation.

v4.0.0 2024-03-14 17:23 UTC

This package is auto-updated.

Last update: 2024-04-14 17:35:09 UTC


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 MIT License.