Feel free to open an issue if you run into any problem, or send a pull request (see bellow) with your contribution.
- Fork the project on GitHub
- Implement your code changes into separate branch
- Make sure all PHPUnit tests passes and code-style matches PSR-2 (see below). There is also Travis CI build which will automatically run tests on your pull request.
- Submit your pull request against community branch
To run unit test simply run:
composer test
Your code-style should comply with PSR-2. To make sure your code matches this requirement run:
composer check-code
composer fix-code