# Knp Component library

[![Build Status](https://secure.travis-ci.org/KnpLabs/knp-components.png)](http://travis-ci.org/KnpLabs/knp-components)

## Components in this library:

- [Pager](https://github.com/knplabs/knp-components/tree/master/doc/pager/intro.md)
fancy paginator component

## Running unit tests

PHPUnit 3.5 or newer is required.
To setup and run tests follow these steps:

- go to the root directory of components
- run: 

```bash
    composer install
    vendor/bin/phpunit -c tests
```
