PHPackages                             rogerthomas84/ohpage - 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. rogerthomas84/ohpage

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

rogerthomas84/ohpage
====================

OhPage is a paginating library for PHP

1.0.0(10y ago)061MITPHPPHP &gt;=5.4.0

Since Sep 2Pushed 10y agoCompare

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

READMEChangelogDependencies (1)Versions (2)Used By (0)

OhPage
======

[](#ohpage)

OhPage is a simple cheat, really it's because I'm tired of figuring out the skip / limit for paginating result sets.

[![Latest Stable Version](https://camo.githubusercontent.com/5ecff4ef2d23dc55438e2eb839cfd1f74c88acb70fa6e1b47db556d8c149d969/68747470733a2f2f706f7365722e707567782e6f72672f726f67657274686f6d617338342f6f68706167652f762f737461626c652e737667)](https://packagist.org/packages/rogerthomas84/ohpage)[![Total Downloads](https://camo.githubusercontent.com/4d38f2f048a86d0dee9cadb370aa95f6d58ff47861c35391ba327f1eab1d26aa/68747470733a2f2f706f7365722e707567782e6f72672f726f67657274686f6d617338342f6f68706167652f646f776e6c6f6164732e737667)](https://packagist.org/packages/rogerthomas84/ohpage)[![Latest Unstable Version](https://camo.githubusercontent.com/72b8316cf714e0eaed5206ff1ffb87cf3736edb9c314aed9678968811f54f4c1/68747470733a2f2f706f7365722e707567782e6f72672f726f67657274686f6d617338342f6f68706167652f762f756e737461626c652e737667)](https://packagist.org/packages/rogerthomas84/ohpage)[![License](https://camo.githubusercontent.com/d84badeca3c9df63c5422c34e4ffc9b08634f60625f636c1fcf0e5296a17b8ad/68747470733a2f2f706f7365722e707567782e6f72672f726f67657274686f6d617338342f6f68706167652f6c6963656e73652e737667)](https://packagist.org/packages/rogerthomas84/ohpage)[![Build Status](https://camo.githubusercontent.com/d267ae6f4478b50438b9154ff2ac3af3ea473f8134776e7a565717ba8f87a129/68747470733a2f2f7472617669732d63692e6f72672f726f67657274686f6d617338342f6f68706167652e706e67)](http://travis-ci.org/rogerthomas84/ohpage)

Using Composer
--------------

[](#using-composer)

To use OhPage with Composer, add the dependency (and version constraint) to your require block inside your `composer.json` file.

```
{
    "require": {
        "rogerthomas84/ohpage": "1.0.*"
    }
}
```

Quick Start
-----------

[](#quick-start)

```
