previousThe phpDocumentor package provides automatic documenting of PHP code API directly from the source. (Previous) (Next) Description and simple usage examplenext

View this page in Last updated: Sun, 07 Feb 2010
English | Brazilian Portuguese | Chinese | Dutch | French | German | Hungarian | Japanese | Polish | Russian | Spanish | Turkish

PHP_CodeSniffer

PHP_CodeSniffer is a PHP5 script that tokenises and "sniffs" PHP, JavaScript and CSS files to detect violations of a defined coding standard. It is an essential development tool that ensures your code remains clean and consistent. It can also help prevent some common semantic errors made by developers.

Table of Contents
previousThe phpDocumentor package provides automatic documenting of PHP code API directly from the source. (Previous) (Next) Description and simple usage examplenext

Download Documentation Last updated: Sun, 07 Feb 2010
Do you think that something on this page is wrong? Please file a bug report or add a note.
User Notes:
Note by: doconnor
PHP_CodeSniffer is pretty neat, because you can <a href="http://clockwerx.blogspot.com/2008/06/how-to-customise-phpcodesniffer.html">implement your own coding standards trivally</a>.