cdn77 / coding-standard
Cdn77 Coding Standard
Package info
github.com/cdn77/coding-standard
Type:phpcodesniffer-standard
pkg:composer/cdn77/coding-standard
7.5.1
2026-03-07 06:41 UTC
Requires
- php: ^8.4
- doctrine/coding-standard: ^14
- slevomat/coding-standard: ^8.23.0
- squizlabs/php_codesniffer: ^4
Requires (Dev)
- phpstan/extension-installer: ^1.2
- phpstan/phpstan: ^2.0.0
- phpstan/phpstan-phpunit: ^2.0.0
- phpstan/phpstan-strict-rules: ^2.0.0
- phpunit/phpunit: ^13.0
This package is auto-updated.
Last update: 2026-06-20 05:48:22 UTC
README
Based on Doctrine Coding Standard https://github.com/doctrine/coding-standard
How to use it
- Require this project as composer dev dependency:
composer require --dev cdn77/coding-standard
- Reference this coding standard in your
phpcs.xml.dist(check out the one used in this project):
<rule ref="Cdn77" />