Girish Mahajan (Editor)

PhpDocumentor

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit
Written in
  
PHP

Website
  
www.phpdoc.org

Platform
  
Web application

Stable release
  
2.8.5 / July 28, 2015; 19 months ago (2015-07-28)

Type
  
Documentation generator

License
  
GNU Lesser General Public License

phpDocumentor is an open source documentation generator written in PHP. It automatically parses PHP source code and produces readable API and source code documentation in a variety of formats. phpDocumentor generates documentation based on PHPDoc-formatted comments and the structure of the source code itself. It supports documentation of both object-oriented and procedural code. phpDocumentor can create documentation in HTML, PDF, CHM or Docbook formats. It can be used from the command line or via a web interface. It has support for linking between documentation, incorporating user level documents like tutorials, and creation of highlighted source code with cross referencing to PHP general documentation. phpDocumentor is able to parse all PHP syntax and supports PHP4 and PHP5, although legacy phpDocumentor 1.4.4 does not support all features of PHP 5.3. It is an open source project and is distributed under the terms of the GNU Lesser General Public License (LGPL).

In March 2012, it was revealed that the DocBlox project was merged with the 1.x branch of phpDocumentor, resulting in a new major version release of phpDocumentor; phpDocumentor 2. The first alpha was released on March 16, 2012. Unlike its version 1 predecessor, phpDocumentor 2 supports syntax for PHP 5.3 and newer. It also includes several speed and performance improvements .

References

PhpDocumentor Wikipedia