1[](https://travis-ci.org/punic/punic)
2[](https://ci.appveyor.com/project/punic/punic)
3[](https://coveralls.io/r/punic/punic)
4[](https://packagist.org/packages/punic/punic)
5[](https://gitter.im/punic/punic?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
6[](https://packagist.org/packages/punic/punic)
7
8Punic - PHP Unicode CLDR Toolkit
9================================
10
11Documentation
12-------------
13
14See [punic.github.io](https://punic.github.io) for more info.
15
16Contributing
17------------
18
19We are always happy to get feedback or even pull requests.
20In order to keep the code consistent, please use the wonderful [php-cs-fixer](https://github.com/FriendsOfPHP/PHP-CS-Fixer). Simply launch it in the Punic root directory to normalize the coding style:
21`php-cs-fixer fix`
22