Okay, I got Spike PHPCheckstyle to work. It's all done through the
command line. Unzip the program to a directory e.g. C:\Tools
\spikephpcheckstyle-0.6 then open a command line window and go to that
directory (or Shift+Right Click on the folder for Vista and select
Open Command Window Here).
Enter this in the command line : php run.php --src {Path to php file/
files} e.g. "C:\Tools\spikephpcheckstyle-0.6>php run.php --src C:\Users
\Owner\Documents\Eclipse.PDT.Workspace\iHacky\"
The coverage report will be in the index.html file in the
"spikephpcheckstyle\style-report" folder. You can specify a different
output directory with the --outdir option. The only thing I can think
of that may cause this not to work is because the php directory was
not added to your path environment variable.