PHPackages                             leoshtika/pagination - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. leoshtika/pagination

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

leoshtika/pagination
====================

The simpliest PHP pagination class

v1.0.1(10y ago)61042MITPHP

Since Mar 1Pushed 10y ago1 watchersCompare

[ Source](https://github.com/leoshtika/pagination)[ Packagist](https://packagist.org/packages/leoshtika/pagination)[ RSS](/packages/leoshtika-pagination/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (3)Dependencies (3)Versions (5)Used By (0)

The simplest PHP pagination class
=================================

[](#the-simplest-php-pagination-class)

[![License](https://camo.githubusercontent.com/7013272bd27ece47364536a221edb554cd69683b68a46fc0ee96881174c4214c/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d626c75652e737667)](http://opensource.org/licenses/MIT)[![Packagist](https://camo.githubusercontent.com/41bb6e9ef2f7fdc1dfea1e434b39170324738e04cb1f40f659564f21292cb7d5/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f7061636b61676973742d646f776e6c6f61642d6f72616e67652e737667)](https://packagist.org/packages/leoshtika/pagination)

Requirements
------------

[](#requirements)

- PHP 5.3 or higher

Installation with Composer
--------------------------

[](#installation-with-composer)

- from the command line

```
composer require leoshtika/pagination

```

- or updating your composer.json file

```
{
    "require": {
        "leoshtika/pagination": "~1.0"
    }
}

```

Usage
-----

[](#usage)

#### Connect to an SQLite database

[](#connect-to-an-sqlite-database)

```
