PHPCheckstyle Code
Brought to you by:
hkodungallur,
tchule
#summary PHPCheckstyle introduction #labels Featured = Introduction = Spike PHPCheckstyle is an open-source tool that helps PHP programmers adhere to certain coding conventions. The tools checks the input PHP source code and reports any deviations from the coding convention. Intended audience for this tool is PHP developers. == Original Developer == This project was originally written by Hari Kodungallur. Other contributors are: * Ashwin Kumar * Benoit Pesty * Sylvain Galopin * Nimish Pachapurkar * Joshua Kaiser * Charles Marion * Adrien Pessu * Justin Creasey * Adam King == Details == PHPCheckstyle works on PHP 5.0 and newer. For more information, see the [Documentation].