ContributingOn this pageContributingWelcome and thanks for contributing to this project. First, please describe your needs in a new issue. How to write code Respect PSR-1 and PSR-12 Test your code Make small code for easy review How to run test docker run --rm -it -w /app -v $PWD:/app webdevops/php:8.4 composer installdocker run --rm -it -w /app -v $PWD:/app webdevops/php:8.4 composer test