Download the PHP package hefekranz/pagination without Composer
On this page you can find all versions of the php package hefekranz/pagination. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download hefekranz/pagination
More information about hefekranz/pagination
Files in hefekranz/pagination
Download hefekranz/pagination
More information about hefekranz/pagination
Files in hefekranz/pagination
Vendor hefekranz
Package pagination
Short Description a simple lib to create a pagination from a symfony request
License MIT
Package pagination
Short Description a simple lib to create a pagination from a symfony request
License MIT
Please rate this library. Is it a good library?
Informations about the package pagination
Pagination
This is a very simple one. You take a request. You take the count of whatever items you want to display.
You put them together, you get a pagination object.
Installation
Usage
Quick Example for GET /collection?page=2&limit=10
on a collection of 100 items
Would produce
The class expects a Symfony\HttpFoundation\Request object. If you dont have one, build it.
From the global request, or your custom implementation.
All versions of pagination with dependencies
PHP Build Version
Package Version
The package hefekranz/pagination contains the following files
Loading the files please wait ....