Download the PHP package rundiz/pagination without Composer
On this page you can find all versions of the php package rundiz/pagination. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download rundiz/pagination
More information about rundiz/pagination
Files in rundiz/pagination
Download rundiz/pagination
More information about rundiz/pagination
Files in rundiz/pagination
Vendor rundiz
Package pagination
Short Description The highly customizable PHP pagination class.
License MIT
Package pagination
Short Description The highly customizable PHP pagination class.
License MIT
Please rate this library. Is it a good library?
Informations about the package pagination
Pagination Component
PHP Pagination.
The highly customizable PHP pagination class.
Example:
More example is in tests folder.
Pagination parts description
- "before unavailable" items number can be set via "unavailable_before" property. Example:
$Pagination->unavailable_before = 1;
- "unavailable" text can be set via "unavailable_text" property. Example:
$Pagination->unavailable_text = '..';
- "adjacent pages" can be set the number via "number_adjacent_pages" property. Example:
$Pagination->number_adjacent_pages = 3;
- "after unavailable" items number can be set via "unavailable_after" property. Example:
$Pagination->unavailable_after = 2;
All versions of pagination with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3.0
The package rundiz/pagination contains the following files
Loading the files please wait ....