Critiquing PHP-code / PerlCritic for PHP?

Posted by jeekl on Stack Overflow See other posts from Stack Overflow or by jeekl
Published on 2010-03-12T12:15:23Z Indexed on 2010/03/12 12:17 UTC
Read the original article Hit count: 229

Filed under:
|
|

I'm looking for an equivalent of PerlCritic for PHP. PerlCritc is a static source code analyzer that qritiques code and warns about everything from unused variables, to unsafe ways to handle data to almost anything.

Is there such a thing for PHP that could (preferably) be run outside of an IDE, so that source code analysis could be automated?

© Stack Overflow or respective owner

Related posts about php

Related posts about perl-critic