Search by

fivepercent / pagination

inno-group

Paginate data

Package info

github.com/InnoGr/FivePercent-Pagination

pkg:composer/fivepercent/pagination

Statistics

Installs: 90

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

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

This package is not auto-updated.

Last update: 2026-09-13 05:03:44 UTC


README

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