vespula / paginator
A package that creates simple pagination links. No reliance on ORMs or arrays. Has a generic, bootstrap, and foundation adapters.
3.0.0
2025-12-17 14:45 UTC
Requires
- php: >=8.3
- psr/http-message: ^1.0 || ^2.0
Requires (Dev)
- laminas/laminas-diactoros: ^3.8
- phpstan/phpstan: ^2.1
- phpunit/phpunit: ^12.5
- rector/rector: ^2.2
README
The package is used to create pagination links like Bootstrap or foundation. All you need is a current page number, the total number of records, and a PSR-7 Uri object.
Documentation
Documentation is available at https://vespula.bitbucket.io/paginator/