Files
Chamilo/vendor/knplabs/knp-components/README.md
2025-08-14 22:41:49 +02:00

22 lines
491 B
Markdown

# 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
composer test
```