onemustcode/paginator

Simple paginator

Installs: 31 501

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 1

pkg:composer/onemustcode/paginator

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

This package is auto-updated.

Last update: 2025-10-05 00:27:23 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