onemustwork/paginator

This package is abandoned and no longer maintained. The author suggests using the onemustcode/paginator package instead.

Easy to use paginator

v0.1.1 2017-01-08 18:46 UTC

This package is not auto-updated.

Last update: 2022-02-01 13:04:01 UTC


README

Simple to use paginator.

Usage

To install the paginator use the following command;

composer require onemustwork/paginator

Paginator

To create a new paginator;

$paginator = new Paginator($items, 100, 1, 50);

Todo

  • Add unit tests