saloonphp/pagination-plugin
Official Pagination Plugin For Saloon v3
Maintainers
v2.3.0
2026-03-25 20:40 UTC
Requires
- php: ^8.2
- saloonphp/saloon: ^3.0 || ^4.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.5
- illuminate/collections: ^11.0 || ^12.0
- pestphp/pest: ^3.0 || ^4.0
- phpstan/phpstan: ^1.9
- spatie/invade: ^2.0
Suggests
- illuminate/collections: Used to provide LazyCollections via the collect() method on paginators.
Provides
None
Conflicts
None
Replaces
None
MIT a61822ca93c1207008941822b00df1d8740a4096
- Sam CarrΓ© <29132017+Sammyjo20.woop@users.noreply.github.com>
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"
