# zend-paginator

[![Build Status](https://secure.travis-ci.org/zendframework/zend-paginator.svg?branch=master)](https://secure.travis-ci.org/zendframework/zend-paginator)
[![Coverage Status](https://coveralls.io/repos/github/zendframework/zend-paginator/badge.svg?branch=master)](https://coveralls.io/github/zendframework/zend-paginator?branch=master)

zend-paginator is a flexible component for paginating collections of data and
presenting that data to users.

## Installation

Run the following to install this library:

```bash
$ composer require zendframework/zend-paginator
```

## Documentation

Browse the documentation online at https://docs.zendframework.com/zend-paginator/

## Support

* [Issues](https://github.com/zendframework/zend-paginator/issues/)
* [Chat](https://zendframework-slack.herokuapp.com/)
* [Forum](https://discourse.zendframework.com/)
