To contribute, you can send pull requests with :
- Typo fix.
- Use PSR-2 Coding Standard.
- patch(es) need new/updated test(s).
- new feature(s) need test(s).
You can run test with :
$ composer install
$ ./vendor/bin/phpunit --coverage-text
and make sure there is no regression.