steevanb / php-code-sniffs
Steevan BARBOYON coding standards.
Package info
github.com/steevanb/php-code-sniffs
Type:phpcodesniffer-standard
pkg:composer/steevanb/php-code-sniffs
6.0.0
2026-03-15 17:16 UTC
Requires
- php: ^8.4
- ext-tokenizer: *
- squizlabs/php_codesniffer: 4.0.*
Requires (Dev)
- brianium/paratest: ^7.19
- phpunit/phpunit: ^12.0
- symfony/var-dumper: ^8.0
- dev-master
- 6.0.0
- 5.0.0
- 4.5.1
- 4.5.0
- 4.4.0
- 4.3.3
- 4.3.2
- 4.3.1
- 4.3.0
- 4.2.0
- 4.1.0
- 4.0.4
- 4.0.3
- 4.0.2
- 4.0.1
- 4.0.0
- 3.0.1
- 3.0.0
- 2.0.10
- 2.0.9
- 2.0.8
- 2.0.7
- 2.0.6
- 2.0.5
- 2.0.4
- 2.0.3
- 2.0.2
- 2.0.1
- 2.0.0
- 1.0.2
- 1.0.1
- 1.0.0
- 0.0.1
- dev-new-version
- dev-fix
- dev-disallow-multiple-statements
- dev-phpcsstandards
- dev-documentation
This package is auto-updated.
Last update: 2026-03-15 17:17:35 UTC
README
php-code-sniffs
Use squizlabs/php_codesniffer to check your code style.
Remove some coding standards, and add a few more.
Installation
You can install phpcs with this 2 methods:
Code sniffs
List of enabled code sniffs is available here.
You can configure some sniffs.
Run phpcs with CircleCI
An example of how to use Docker image with CircleCI is available here.