phpcs
all
Tokenize PHP, JavaScript, and CSS files to detect violations of a defined set of coding standards.
More info →Examples (8)
Sniff the specified directory for issues (defaults to the PEAR standard)
phpcs path/to/directoryDisplay a list of installed coding standards
phpcs -iSpecify comma-separated file extensions to include when sniffing
phpcs path/to/directory --extensions file_extension1,file_extension2,...Specify the format of the output report (e.g. `full`, `xml`, `json`, `summary`)
phpcs path/to/directory --report formatSet configuration variables to be used during the process
phpcs path/to/directory --config-set key valueA comma-separated list of files to load before processing
phpcs path/to/directory --bootstrap path/to/file1,path/to/file2,...Don't recurse into subdirectories
phpcs path/to/directory -lmade by @shridhargupta | data from tldr-pages