The PHP_CodeSniffer coding standard for Trader Interactive based off of the PSR-2 standard.
This standard is meant to be used in a project using Composer. It can be added to your project's composer.json by using the following command.
composer require traderinteractive/coding-standard
Then to use it, you can run the following (or add to your build process):
./vendor/bin/phpcs --standard=$(pwd)/vendor/traderinteractive/coding-standard/TraderInteractive YOUR_FILES_AND_DIRECTORIES
Developers may be contacted at: