shoppingfeed / paginator
Paginator library
Installs: 36 275
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 10
Forks: 0
Open Issues: 0
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
- dev-master
- 5.1.1
- 5.1.0
- 5.0.0
- 4.5.4
- 4.5.3
- 4.5.2
- 4.5.1
- 4.5.0
- 4.4.0
- 4.3.1
- 4.3.0
- 4.2.1
- 4.2.0
- 4.1.2
- 4.1.1
- 4.1.0
- 4.0.0
- 3.3.3
- 3.3.2
- 3.3.1
- 3.3.0
- 3.2.3
- 3.2.2
- 3.2.1
- 3.2.0
- 3.1.1
- 3.1.0
- 3.0.0
- 2.0.0
- 1.1.1
- 1.1.0
- 1.0.0
- dev-SFCNS-1045-2
- dev-SFCNS-1045
- dev-maintenance_240926
- dev-restore_cursor_pagination_modification
- dev-revert-21-cursor-pagination
- dev-cursor-pagination
- dev-maintenance
- dev-update_dispatcher_dependency
- dev-add_paginator_cursor_event
- dev-add_paginated_iterator_page_flush
- dev-fix_page_discovery_interface
- dev-add_forward_interface
- dev-dev-master
- dev-on_the_spot_pagination
- dev-improve-cursor
- dev-ci-update
- dev-maintenance_210112
- dev-fix_type_issue
- dev-SFCNT-146
- dev-paginated-cursor
- dev-SFAPI-407
- dev-update_dependencies_version
- dev-remove_composer_lock
This package is auto-updated.
Last update: 2024-11-08 16:21:31 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