yiisoft/code-style
Coding style and quality tools for PHP projects from Yii. Provides configuration and presets to keep code formatting consistent and enforce standards across your repository, helping teams maintain clean, readable code with automated checks.
The package is tested with PHPUnit. To run tests:
./vendor/bin/phpunit
The code is statically analyzed with Psalm. To run static analysis:
./vendor/bin/psalm
Package used PHP CS Fixer to maintain Yii code style. To check and fix code style:
composer cs-fix
Use Rector to make codebase follow some specific rules or use either newest or any specific version of PHP:
./vendor/bin/rector
Use ComposerRequireChecker to detect transitive Composer dependencies:
./vendor/bin/composer-require-checker
How can I help you explore Laravel packages today?