ContributingOn this pageContributingWelcome et thanks to contribute to this project. First, please describe your needs in a new issue.How to write codeRespect PSR-1 and PSR-12Test your codeMake small code for easy reviewHow to run testdocker run --rm -it -w /app -v $PWD:/app webdevops/php:8.1 composer installdocker run --rm -it -w /app -v $PWD:/app webdevops/php:8.1 composer test