DownloadContributing
Welcome et thanks to contribute to this project.
First, please describe your needs in a new issue.
How to write code
-
We respect PSR-1 et PSR-12
-
Test your code
-
Make small code for easy review
How to run test
docker run --rm --tty -it -w /app -v $PWD:/app php:8.0-cli ./vendor/bin/phpunit
|