saloonphp / pagination-plugin
Official Pagination Plugin For Saloon v3
v2.2.0
2023-12-08 20:04 UTC
Requires
- php: ^8.1
- saloonphp/saloon: ^3.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.5
- illuminate/collections: ^10.9
- pestphp/pest: ^2.6
- phpstan/phpstan: ^1.9
- spatie/invade: ^2.0
- spatie/ray: ^1.33
Suggests
- illuminate/collections: Used to provide LazyCollections via the collect() method on paginators.
This package is auto-updated.
Last update: 2024-10-08 21:47:51 UTC
README
This is the official repository for the pagination plugin. This plugin helps you easily iterate through multiple pages of paged items in your API integrations. It has advanced features like mapping to DTOs, converting into LazyCollections, asynchronous requests and pooling!
Installation
You can install the pagination plugin through Composer.
composer require saloonphp/pagination-plugin "^2.0"