Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 596 Bytes

File metadata and controls

20 lines (14 loc) · 596 Bytes

Contributing

Contributing is welcomed to this library.

Please, use the GitHub's Issuies Pull Request feature to do that.

Coding standard

This library uses the basic coding standard for PHP. Before the pull request, please test the code wit php-cs-fixer.

Tests

If you create a feature, please add tests for that, to make sure, it is working. Please, keep the coverage above 90%.