-
Fork this repository
-
See base requirements, and install them if needed
-
Install development dependencies with Composer -
composer install -
Make your changes to source files in
src/directory -
Run PHP_CodeSniffer -
vendor/bin/phpcs --standard=phpcs.xml.dist -sp --encoding=utf-8 src/ --report-width=150 -
If it finds any errors or warnings please correct them before moving on to the next step
(some can be fixed automatically with PHP Code Beautifier and Fixer -
vendor/bin/phpcbf --no-patch src/ -
Build
pharfile by runningphp build.php -
Run the run script from inside
build/directory and test your changes -
If everything works fine push your changes to your fork then create a pull request
This repository was archived by the owner on Feb 1, 2023. It is now read-only.