PHPackages                             nicovogelaar/paginator-module - 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. nicovogelaar/paginator-module

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

nicovogelaar/paginator-module
=============================

Paginator module

1933[2 issues](https://github.com/nicovogelaar/paginator-module/issues)[1 PRs](https://github.com/nicovogelaar/paginator-module/pulls)PHP

Since Jan 23Pushed 11y ago1 watchersCompare

[ Source](https://github.com/nicovogelaar/paginator-module)[ Packagist](https://packagist.org/packages/nicovogelaar/paginator-module)[ RSS](/packages/nicovogelaar-paginator-module/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

Paginator module
================

[](#paginator-module)

Introduction
------------

[](#introduction)

This paginator module is intended to easily implement pagination with sorting and filters in your application.

Currently the paginator only supports the Doctrine QueryBuilder.

Usage
-----

[](#usage)

- [Example](https://github.com/nicovogelaar/paginator-module/blob/master/docs/example.md)

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

[](#requirements)

- [Zend Framework 2](https://github.com/zendframework/zf2)

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

[](#installation)

#### Install with composer

[](#install-with-composer)

```
./composer.phar require nicovogelaar/paginator-module
#when asked for a version, type "*".
```

#### Enable module

[](#enable-module)

Enable the module in your `application.config.php` file.

```
