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