onemustcode/paginator

Simple paginator

v0.1.0 2017-02-04 14:10 UTC

This package is auto-updated.

Last update: 2024-03-04 21:11:19 UTC


README

Simple to use paginator.

Usage

To install the paginator use the following command;

composer require onemustcode/paginator

Paginator

To create a new paginator;

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

Todo

  • Add unit tests