We are going to take a look at implementing some of the PHP coding standards in our workplace to add some consistency between all our developers.
I have read and seen Zend and PEAR standards, etc., but what is the best way to enforce them? I found the PHP Codesniffer plugin for netbeans, but are there any other ways I could apply the standard, perhaps CI (Continuous Integration) / Hudson, or even when transferring SVN?
I'm just curious. If anyone has experience or any other tools / methods that I could learn?
thank
source
share