Documentation Generators

phpDocumentor – analyzes your code to create great documentation

phpDocumentor, sometimes referred to as phpdoc or phpdocu, is the current standard auto-documentation tool for the PHP language.

Similar to Javadoc, phpDocumentor can be used from the command line or a web interface to create professional documentation from PHP source code.

phpDocumentor 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. It supports all Javadoc tags, including inline links, and also supports PHPdoc documentation in PEAR style.

Key Features

  • Very fast.
  • Output generated in HTML, PDF (directly), CHM (with windows help compiler), XML DocBook.
  • Web and command-line interface.
  • Fully customizable output with Smarty-based templates.
  • Recognizes JavaDoc-style documentation with special tags customized for PHP 4.
  • Automatic linking, class inheritance diagrams and intelligent override.
  • Customizable source code highlighting, with phpxref-style cross-referencing.
  • Parses standard README/CHANGELOG/INSTALL/FAQ files and includes them directly in documentation.
  • Generates a todo list from @todo tags in source.
  • Generates multiple documentation sets based on @access private, @internal and {@internal} tags.
  • Example php files can be placed directly in documentation with highlighting and phpxref linking using the @example tag.
  • Linking between external manual and API documentation is possible at the sub-section level in all output formats.
  • Easily extended for specific documentation needs with Converter.
  • Full documentation of every feature, manual can be generated directly from the source code with “phpdoc -c makedocs” in any format desired.
  • Current manual always available at https://www.phpdoc.org/manual.php.
  • User .ini files can be used to control output, multiple outputs can be generated at once.

Website: phpdoc.org
Support: GitHub Code Repository
Developer: Joshua Eichorn, Kellin, Juan Pablo Morales, Florian Clever, Dennis Kehrig, and many others
License: MIT License

phpDocumentor is written in PHP. Learn PHP with our recommended free books and free tutorials.


Related Software

Documentation Generators
JSDocAPI documentation generator for JavaScript
JavadocGenerate API documentation in HTML format
SphinxCreate intelligent and beautiful documentation for Python projects
phpDocumentorComplete documentation solution for PHP
DoxygenDocumentation system for C, C++, Java, Python and other languages
DocusaurusBuild, deploy and maintain documentation websites
mdBookCreate modern online books from Markdown files
YARDRuby documentation tool
StarlightDocumentation website framework
DoccoLiterate-programming-style documentation generator
Natural DocsDocumentation generator that supports 21 different languages
QuartoScientific and technical publishing system
AntoraModular documentation site generator
CryccoQuick and dirty documentation generator
ROBODocDocumentation tool similar to Javadoc

Read our verdict in the software roundup.


Best Free and Open Source Software Explore our comprehensive directory of recommended free and open source software. Our carefully curated collection spans every major software category.

This directory is part of our ongoing series of informative articles for Linux enthusiasts. It features hundreds of detailed reviews, along with open source alternatives to proprietary solutions from major corporations such as Google, Microsoft, Apple, Adobe, IBM, Cisco, Oracle, and Autodesk.

You’ll also find interesting projects to try, hardware coverage, free programming books and tutorials, and much more.

Discovered a useful open source Linux program that we haven’t covered yet? Let us know by completing this form.
Subscribe
Notify of
guest
0 Comments
Oldest
Newest Most Voted