views:

181

answers:

3
+7  Q: 

Best php qa tools

Hello,

I am looking for qa tools for php. I am used to pmd, findbugs and checkstyle in the java world. Do you know some similar tools for php doing code analysis ? So far I have found but not tested yet :

  • phplint
  • pmd's cpd module
  • PHP_CodeSniffer

Thanks in advance for your help

+4  A: 

Take a look at this links:

At this links you will find very nice tools. Hope i'm helping.

Nathan Campos
Thanks a lot for your answer
Alexandre Victoor
A: 

set you environment with some autobuild system (hudson) some unittesting framework (phpunit) and code coverage reports. then set up automated testing for the frontend code and backend interface (webdriver).

gcb
A: 

See our SD PHP tools including:

  • Test Coverage
  • Profiling
  • Clone Detection
  • Formatting

The test coverage tool can be used in conjunction with arbitrary PHP Unit testing frameworks, and doesn't require anything special installed (e.g., XDEBUG) to operate.

Ira Baxter
Always good to let people know you work for a company you're promoting, otherwise you might get closed for spamming.
Will
The question was, "I am looking for qa tools for php". The answer directly responds to the question. My bio clearly states who I am an my relationship to the company.
Ira Baxter