🥇 Battle-tested coding standard configuration used in Sylius.
Installation & usage
-
Install this package:
composer require --dev sylius-labs/coding-standard
-
Import the configuration file in your
ecs.php:$ecsConfig->import('vendor/sylius-labs/coding-standard/ecs.php');
Example config (ecs.php)
use Symplify\EasyCodingStandard\Config\ECSConfig; return static function (ECSConfig $ecsConfig): void { $ecsConfig->import(__DIR__ . '/vendor/sylius-labs/coding-standard/ecs.php'); };
Upgrade from YML to PHP config file
Use this package and follow their guidelines to automatically migrate your YML config to a PHP config file.