cdn77 / coding-standard
Cdn77 Coding Standard
Installs: 141 425
Dependents: 12
Suggesters: 0
Security: 0
Stars: 6
Watchers: 6
Forks: 4
Open Issues: 1
Type:phpcodesniffer-standard
Requires
- php: ^8.3
- doctrine/coding-standard: ^12.0
- slevomat/coding-standard: ^8.15
- squizlabs/php_codesniffer: ^3.11.2
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: ^11.0
This package is auto-updated.
Last update: 2025-01-11 17:54:07 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" />