PHPackages                             eventjet/coding-standard - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [PSR &amp; Standards](/categories/psr-standards)
4. /
5. eventjet/coding-standard

ActivePhpcodesniffer-standard[PSR &amp; Standards](/categories/psr-standards)

eventjet/coding-standard
========================

Eventjet Coding Standard

3.19.2(1mo ago)051.9k↓35.8%20MITPHPPHP ^8.1CI failing

Since Feb 13Pushed 1mo agoCompare

[ Source](https://github.com/eventjet/coding-standard)[ Packagist](https://packagist.org/packages/eventjet/coding-standard)[ RSS](/packages/eventjet-coding-standard/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (10)Dependencies (26)Versions (46)Used By (20)

Eventjet Coding Standard
========================

[](#eventjet-coding-standard)

Scope: formatting, not linting
------------------------------

[](#scope-formatting-not-linting)

This package historically included rules that overlap with what static analyzers (PHPStan, Psalm) already catch. Going forward we will not add such rules, and we will progressively disable existing ones — if PHPStan or Psalm flag a pattern, a CS rule for it is duplicate work.

Treat this package as a formatter/style standard only. To get the full benefit, run a static analyzer alongside it; PHP-CS-Fixer and PHPCS are not a substitute for PHPStan or Psalm.

PHP-CS-Fixer
------------

[](#php-cs-fixer)

### Basic Usage:

[](#basic-usage)

Add the following `.php-cs-fixer.dist.php` file to your project's root:

```
