phpDox – PHP Documentation Generator

It is the documentation generator for PHP projects.This includes, but is not limited to, API documentation.

By default, phpDox uses PHP-Parser to collect information about a PHP codebase.

The information collected is stored in XML documents.These XML documents can be enriched with information from external sources, like XML logfiles of PHP_CodeSniffer, PHP Mess Detector (PHPMD) or PHPUnit.

This information is rendered to HTML, for instance, by applying XSL transformations to the XML data.

It takes 36 seconds (and 28.5 MB of memory) to process Zend Framework 2 on the first run.And 6 seconds (and 6.25 MB of memory) on subsequent runs.

If you want to know more about the phpDox please visit http://phpdox.de/