shoppingfeed / paginator
Paginator library
5.1.1
2024-10-08 16:06 UTC
Requires
- php: >=8.0
- shoppingfeed/exception: ^1.0
- shoppingfeed/iterator: ^1.2
- symfony/event-dispatcher: ^5.4 || ^6.0 || ^7.0
Requires (Dev)
- overtrue/phplint: ^9.0
- phpstan/phpstan: ^1.10
- phpunit/phpunit: ^9.3
- shoppingfeed/coding-style-php: ^2.3
This package is auto-updated.
Last update: 2026-05-26 15:44:47 UTC
README
Installation
composer require shoppingfeed/paginator
Documentation
Documentation is driven by mkdocs and uses material theme
- Find it at docs/index.md
- Or Run the doc server locally :
docker run --rm -it -p 8000:8000 -v ${PWD}:/docs squidfunk/mkdocs-material
Contributing
To connect to a php 8.0 container correctly configured
- Create a container :
docker run --name paginator-php -v $PWD:/var/www -d ghcr.io/shoppingflux/php:8.0-unit - Connect to container :
docker exec -it paginator-php bash
Once connected to the container you can :
- Update composer dependencies :
composer update - Run test :
composer test