fivelab/pagination

This package is abandoned and no longer maintained. No replacement package was suggested.

Paginate data

v1.0 2015-09-01 05:04 UTC

This package is not auto-updated.

Last update: 2017-08-16 12:52:05 UTC


README

With this package, you can pagination data

Installation

Add FiveLab/Pagination in your composer.json:

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

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

$ php composer.phar update fivelab/pagination