contao / easy-coding-standard
EasyCodingStandard configurations for Contao
Fund package maintenance!
to.contao.org/donate
Installs: 81 643
Dependents: 169
Suggesters: 0
Security: 0
Stars: 11
Watchers: 8
Forks: 6
Open Issues: 0
Requires
- php: ^7.4 || ^8.0
- kubawerlos/php-cs-fixer-custom-fixers: ^3.14
- slevomat/coding-standard: ^7.0 || ^8.0
- symplify/easy-coding-standard: ^11.0
Requires (Dev)
- phpunit/phpunit: ^9.5
- dev-main
- 6.3.0
- 6.2.0
- 6.1.0
- 6.0.0
- 5.4.2
- 5.4.1
- 5.4.0
- 5.3.1
- 5.3.0
- 5.2.0
- 5.1.0
- 5.0.0
- 4.3.0
- 4.2.0
- 4.1.0
- 4.0.1
- 4.0.0
- 3.6.0
- 3.5.0
- 3.4.0
- 3.3.1
- 3.3.0
- 3.2.2
- 3.2.1
- 3.2.0
- 3.1.3
- 3.1.2
- 3.1.1
- 3.1.0
- 3.0.5
- 3.0.4
- 3.0.3
- 3.0.2
- 3.0.1
- 3.0.0
- 2.1.4
- 2.1.3
- 2.1.2
- 2.1.1
- 2.1.0
- 2.0.3
- 2.0.2
- 2.0.1
- 2.0.0
- 1.x-dev
- 1.3.5
- 1.3.4
- 1.3.3
- 1.3.2
- 1.3.1
- 1.3.0
- 1.2.5
- 1.2.4
- 1.2.3
- 1.2.2
- 1.2.1
- 1.2.0
- 1.1.6
- 1.1.5
- 1.1.4
- 1.1.3
- 1.1.2
- 1.1.1
- 1.1.0
- 1.0.0
This package is auto-updated.
Last update: 2023-06-01 08:03:09 UTC
README
This package includes the EasyCodingStandard configuration for Contao.
Installation
You can install the package with Composer:
composer require contao/easy-coding-standard
Usage
Create a file named ecs.php
in the root directory of your project.
<?php declare(strict_types=1); use Symplify\EasyCodingStandard\Config\ECSConfig; return static function (ECSConfig $ecsConfig): void { $ecsConfig->sets([__DIR__.'/vendor/contao/easy-coding-standard/config/contao.php']); // Adjust the configuration according to your needs. };
Then run the script like this:
vendor/bin/ecs check src tests
License
Contao is licensed under the terms of the LGPLv3.
Getting support
Visit the support page to learn about the available support options.