cdn77 / coding-standard
Cdn77 Coding Standard
Installs: 135 925
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.11.0
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
- dev-master
- 8.0.x-dev
- 7.2.11
- 7.2.10
- 7.2.9
- 7.2.8
- 7.2.7
- 7.2.6
- 7.2.5
- 7.2.4
- 7.2.3
- 7.2.2
- 7.2.1
- 7.2.0
- 7.1.2
- 7.1.1
- 7.1.0
- 7.0.x-dev
- 7.0.0
- v6.1.1
- 6.1.0
- 6.0.x-dev
- 6.0.0
- v5.0.0
- v4.0.1
- v4.0.0
- v3.0.0
- v2.0.3
- v2.0.2
- v2.0.1
- v2.0.0
- v1.1.1
- v1.1.0
- v1.0.0
- v0.7.2
- v0.7.1
- v0.7.0
- v0.6.0
- v0.5.1
- v0.5.0
- dev-renovate/codecov-codecov-action-5.x
This package is auto-updated.
Last update: 2024-11-14 19:07:25 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" />