cdn77 / coding-standard
Cdn77 Coding Standard
Installs: 133 899
Dependents: 12
Suggesters: 0
Security: 0
Stars: 6
Watchers: 6
Forks: 4
Open Issues: 1
Type:phpcodesniffer-standard
Requires
- php: ^8.2
- doctrine/coding-standard: ^12.0
- slevomat/coding-standard: ^8.15
- squizlabs/php_codesniffer: ^3.10.3
Requires (Dev)
- phpstan/extension-installer: ^1.2
- phpstan/phpstan: ^1.0.0
- phpstan/phpstan-phpunit: ^1.0.0
- phpstan/phpstan-strict-rules: ^1.0.0
- phpunit/phpunit: ^11.0
This package is auto-updated.
Last update: 2024-10-27 09:35:23 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" />