fivepercent/pagination

v1.0 2015-06-04 10:43 UTC

This package is not auto-updated.

Last update: 2024-04-27 15:58:13 UTC


README

Pagination

Pagination

With this package, you can pagination data

Installation

Add FivePercent/Pagination in your composer.json:

{
    "require": {
        "fivepercent/pagination": "~1.0"
    }
}

Now tell composer to download the library by running the command:

$ php composer.phar update fivepercent/pagination