Skip to main content

Contributing

Welcome et thanks to contribute to this project.
First, please describe your needs in a new issue.

How to write code

  1. Respect PSR-1 and PSR-12
  2. Test your code
  3. Make small code for easy review

How to run test

docker run --rm -it -w /app -v $PWD:/app webdevops/php:8.1 composer install
docker run --rm -it -w /app -v $PWD:/app webdevops/php:8.1 composer test