PHPCheckstyle Wiki
Brought to you by:
hkodungallur,
tchule
Eclipse is already able to do some checks and to reformat your code (CTRL + SHIFT + F) with PDT.
It is also possible to add some extenal tools like PHPCodeSniffer or PHPCheckstyle to verify the code you're editing.
Eclipse Update URL : http://www.phpsrc.org/eclipse/pti/
Add some arguments to the executable
--src %f --config "default.cfg.xml" --format console
Add some pattern rules to read the result:
And it should be OK, on your PHP Editor, right click, select "DLTK Validators" and the script should run.