Skip to content

Coding Standard rules for PHP projects with focus on Clean Architecture

License

rvanvelzen/coding-standard

 
 

Repository files navigation

Coding Standard

Downloads

Set of rules for PHP_CodeSniffer and PHP-CS-Fixer used by Symplify projects.

They run best with EasyCodingStandard.

Install

composer require symplify/coding-standard --dev composer require symplify/easy-coding-standard --dev
  1. Run with ECS:
# ecs.php use Symplify\EasyCodingStandard\Config\ECSConfig; +use Symplify\EasyCodingStandard\ValueObject\Set\SetList; return static function (ECSConfig $ecsConfig): void { + $ecsConfig->sets([SetList::SYMPLIFY]);

Rules Overview

About

Coding Standard rules for PHP projects with focus on Clean Architecture

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%