phauthentic / pagination
A framework and library agnostic data paginator
1.0.0
2019-10-31 12:59 UTC
Requires
- psr/http-message: ^1.0
Requires (Dev)
- cakephp/orm: ^3.0
- doctrine/orm: ^2.6
- envms/fluentpdo: ^2.1
- phpunit/dbunit: ^4.0
- phpunit/phpunit: ^7.5
- ruflin/elastica: ^6.1
- squizlabs/php_codesniffer: ^3.0
This package is auto-updated.
Last update: 2024-10-29 05:46:44 UTC
README
This library is a framework agnostic way of paginating through data sets. The only dependency is psr/http-message.
It gets the information from the request object that must comply to the PSR-7 standard and turns it into an object that is passed to a mapper that will map it to the data layer implementation. You can implement your own paginator based on the PaginatorInterface to create an adapter for your implementation.
Included Paginator Adapters
Documentation
Copyright & License
Licensed under the MIT license
Copyright (c) Phauthentic