pccomponentes / coding-standard
PcComponentes Coding Standard for PHP_CodeSniffer complements Consistence Coding Standard by providing sniffs with additional checks.
Package info
github.com/PcComponentes/coding-standard
Type:phpcodesniffer-standard
pkg:composer/pccomponentes/coding-standard
v3.3.3
2026-06-08 08:58 UTC
Requires
- php: ^8.0
- slevomat/coding-standard: ^8.10
- squizlabs/php_codesniffer: ^3.7
Requires (Dev)
- phpunit/phpunit: ^9.6
- symfony/var-dumper: ^6.0
Suggests
None
Provides
None
Conflicts
None
Replaces
None
- dev-master
- v3.3.3
- v3.3.2
- v3.3.1
- v3.3.0
- v3.2.1
- v3.2.0
- v3.1.0
- v3.0.3
- v3.0.2
- v3.0.1
- v3.0.0
- v2.0.7
- v2.0.6
- v2.0.5
- v2.0.4
- v2.0.3
- v2.0.2
- v2.0.1
- v2.0.0
- v1.2.3
- v1.2.2
- v1.2.1
- v1.2.0
- v1.1.7
- v1.1.6
- v1.1.5
- v1.1.4
- v1.1.3
- v1.1.2
- v1.1.1
- v1.1.0
- 1.0
- dev-fix/line-break-between-functions-finally
- dev-feature/improved-code-standar
- dev-feature/udate-rules
This package is auto-updated.
Last update: 2026-09-08 09:34:16 UTC
README
PcComponentes Coding Standard for PHP_CodeSniffer provides sniffs that fall into three categories.
Usage
Use composer to require the library:
composer require --dev pccomponentes/coding-standard
Create the phpcs.xml.dist configuration file and use the standard:
<?xml version="1.0" ?> <ruleset name="Project rules"> <rule ref="vendor/pccomponentes/coding-standard/src/ruleset.xml" /> </ruleset>