php-extended / php-paged-iterator-interface
A library that specify an iterator that carries pagination information
4.0.0
2022-05-28 15:01 UTC
Requires
- php: >=7.2
- php-extended/polyfill-php80-stringable: ^1
README
A library that specify an iterator that has pagination information.
Installation
The installation of this library is made via composer.
Download composer.phar
from their website.
Then add to your composer.json :
"require": {
...
"php-extended/php-paged-iterator-interface": "^3"
...
}
Then run php composer.phar update
to install this library.
The autoloading of all classes of this library is made through composer's autoloader.
Basic Usage
This library is an interface-only library.
For a concrete implementation, see php-extended/php-paged-iterator-object
.
License
MIT (See license file).