<slide title="Tools for the PHP Developer">
<blurb>A number of tools for the PHP developer are available through PEAR:</blurb>
<list>
<bullet>PHP_CodeSniffer (conformance to Coding Standards)</bullet>
<bullet>PhpDocumentor (generate documentation)</bullet>
<bullet>PHP_UML (analyse code, generate UML)</bullet>
</list>
<blurb>
And on other PEAR channels:
</blurb>
<list>
<bullet>phpunit.de/PHPUnit (unit testing)</bullet>
<bullet>phpunit.de/phpcpd (copy/paste detection, to spot when to refactor)</bullet>
<bullet>phpunit.de/phpUnderControl (CruiseControl integration)</bullet>
<bullet>pear.pdepend.org/PHP_Depend (metric tool)</bullet>
</list>

</slide>
