Symplify Coding Standard Save

Coding Standard rules for PHP projects with focus on Clean Architecture

Project README

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

Open Source Agenda is not affiliated with "Symplify Coding Standard" Project. README Source: symplify/coding-standard
Stars
323
Open Issues
3
Last Commit
4 weeks ago
License
MIT

Open Source Agenda Badge

Open Source Agenda Rating