vespula / paginator
A package that creates simple pagination links. No reliance on ORMs or arrays. Has a generic, bootstrap, and foundation adapters.
2.2.0
2024-12-06 18:13 UTC
Requires
- php: >=7.4
- psr/http-message: ^1.0 || ^2.0
Requires (Dev)
- laminas/laminas-diactoros: ^2.16
- phpunit/phpunit: ^9.6
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/