steevanb / php-code-sniffs
Steevan BARBOYON coding standards.
Installs: 8 582
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 3
Forks: 2
Open Issues: 5
Requires
- php: ^7.1||^8.0
- squizlabs/php_codesniffer: 3.9.*
Requires (Dev)
- symfony/var-dumper: ^6.0
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
And example of how to use Docker image with CircleCI is available here.