PHP CodeSniffer – Coding standards
PHP CodeSniffer scan PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.
To install phpcs on ubuntu
pear install PHP_CodeSniffer
To list all installed coding standards
phpcs -i
I found great article on rtCamp site. you can read it here.
Give me some suggestion if you have !