The package is tested with PHPUnit. To run tests:
./vendor/bin/phpunitThe code is statically analyzed with Psalm. To run static analysis:
./vendor/bin/psalmPackage used PHP CS Fixer to maintain Yii code style. To check and fix code style:
composer cs-fixUse Rector to make codebase follow some specific rules or use either newest or any specific version of PHP:
./vendor/bin/rectorUse Composer Dependency Analyser to detect unknown, shadow, and unused Composer dependencies:
./vendor/bin/composer-dependency-analyser