phpDocumentor
{{short description|Open-source documentation generator written in PHP}}
{{Lowercase|phpDocumentor}}
{{Infobox Software
| name = phpDocumentor
| screenshot = phpDocumentor
| latest release version = 3.4.3
| latest release date = {{Start date and age|2023|10|24}}
| programming language = PHP
| platform = Web application
| genre = Documentation generator
| license = MIT License
| website = {{URL|https://phpdoc.org/}}
}}
phpDocumentor is an open-source documentation generator written in PHP. It automatically parses PHP source code and produces readable API and source code 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 runs at the command line to create documentation in HTML format. 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 1.x could parse PHP syntax of PHP 4 up to PHP 5.2.{{cite web|title=phpDocumentor 1.x|url=https://manual.phpdoc.org/HTMLSmartyConverter/HandS/|accessdate=28 October 2020}}
In March 2012, the DocBlox project merged with the 1.x branch of phpDocumentor, resulting in the new major version release of phpDocumentor 2.{{cite web|title=DocBlox is unmasked … it is really phpDocumentor 2!|url=http://www.docblox-project.org/2012/03/docblox-is-unmasked-it-is-really-phpdocumentor-2/|archive-url=https://web.archive.org/web/20120319013632/http://www.docblox-project.org/2012/03/docblox-is-unmasked-it-is-really-phpdocumentor-2/|url-status=dead|archive-date=19 March 2012|accessdate=23 March 2012}} The first alpha was released on March 16, 2012. phpDocumentor 2.x supported syntax for PHP 5.3 up to 7.0.{{cite web|title=Release 2.9.0|website=GitHub |url=https://github.com/phpDocumentor/phpDocumentor/releases/tag/v2.9.0/|accessdate=28 October 2020}}
The 3.0 major version release occurred on October 27, 2020.{{cite web|title=Release 3.0.0|website=GitHub |url=https://github.com/phpDocumentor/phpDocumentor/releases/tag/v3.0.0/|accessdate=28 October 2020}} This brought PHP syntax readability up to 7.4.
See also
{{Portal|Free and open-source software}}
External links
- {{Official website|http://www.phpdoc.org/}}
References
{{Reflist}}
Category:Free documentation generators
{{web-software-stub}}
{{programming-software-stub}}