PHPackages                             bootpress/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. bootpress/pagination

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

bootpress/pagination
====================

Creates customizable pagination and pager links. Limits and offsets arrays and database queries. Built-in styles for Bootstrap, Zurb Foundation, Semantic UI, Materialize, and UIkit.

v1.0(9y ago)11.2k12MITPHPPHP &gt;=5.4

Since Oct 3Pushed 9y ago1 watchersCompare

[ Source](https://github.com/Kylob/Pagination)[ Packagist](https://packagist.org/packages/bootpress/pagination)[ Docs](https://www.bootpress.org/components/pagination/)[ RSS](/packages/bootpress-pagination/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (1)Dependencies (4)Versions (2)Used By (2)

use BootPress\\Pagination\\Component as Pagination;
===================================================

[](#use-bootpresspaginationcomponent-as-pagination)

[![Packagist](https://camo.githubusercontent.com/dbc58647add0f4b9d02f7ba45d97bf143638be395ccc90a731ea2d34e3ba2562/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f626f6f7470726573732f706167696e6174696f6e2e7376673f7374796c653d666c61742d737175617265266c6162656c3d5061636b6167697374)](https://packagist.org/packages/bootpress/pagination)[![License MIT](https://camo.githubusercontent.com/a7e65aee57b11d28e4caff8b945729a66be0bb663f7f93bd24c5aa65699f148e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c6963656e73652d4d49542d626c75652e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![HHVM Tested](https://camo.githubusercontent.com/3422fab0fbdb2e50d74ced25d6df3e7e1be8b373f48c708a785f247a503409d1/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4848564d2d5465737465642d3838393262662e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/Kylob/Pagination)[![PHP 7 Supported](https://camo.githubusercontent.com/7dae9186d16bac6b5d5cee34d3bec4400516657b575bc1c784125d70a6871126/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f504850253230372d537570706f727465642d3838393262662e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/Kylob/Pagination)[![Build Status](https://camo.githubusercontent.com/4c5150949ef9c64395a5f9f21f4f2946224d483bb984de37c1f282c8b1efc63a/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f4b796c6f622f506167696e6174696f6e2f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/Kylob/Pagination)[![Code Climate](https://camo.githubusercontent.com/daa42fd1367bb33ae7677acc6aecf95083cd42e918865d7adf272d69912457e5/68747470733a2f2f696d672e736869656c64732e696f2f636f6465636c696d6174652f6769746875622f4b796c6f622f506167696e6174696f6e2e7376673f7374796c653d666c61742d737175617265)](https://codeclimate.com/github/Kylob/Pagination)[![Test Coverage](https://camo.githubusercontent.com/be33944c662ad00464d2b6dda9a17e32517a2cbf4c7e7e3b321829d7a3830fce/68747470733a2f2f696d672e736869656c64732e696f2f636f6465636c696d6174652f636f7665726167652f6769746875622f4b796c6f622f506167696e6174696f6e2e7376673f7374796c653d666c61742d737175617265)](https://codeclimate.com/github/Kylob/Pagination/coverage)

Creates customizable pagination and pager links. Limits and offsets arrays and database queries. Built-in styles for Bootstrap, Zurb Foundation, Semantic UI, Materialize, and UIkit.

Installation
------------

[](#installation)

Add the following to your `composer.json` file.

```
{
    "require ": {
        "bootpress/pagination": "^1.0"
    }
}
```

Example Usage
-------------

[](#example-usage)

```
