Download the PHP package hookedmedia/phpdoc-to-rst without Composer
On this page you can find all versions of the php package hookedmedia/phpdoc-to-rst. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download hookedmedia/phpdoc-to-rst
More information about hookedmedia/phpdoc-to-rst
Files in hookedmedia/phpdoc-to-rst
Download hookedmedia/phpdoc-to-rst
More information about hookedmedia/phpdoc-to-rst
Files in hookedmedia/phpdoc-to-rst
Vendor hookedmedia
Package phpdoc-to-rst
Short Description Generate Sphinx/ReStructured documentation from PHPDoc
License AGPL-3.0-or-later
Package phpdoc-to-rst
Short Description Generate Sphinx/ReStructured documentation from PHPDoc
License AGPL-3.0-or-later
Please rate this library. Is it a good library?
Informations about the package phpdoc-to-rst
phpdoc-to-rst
Generate reStructuredText for Sphinx based documentation from PHPDoc annotations.
This project is heavily based on phpDocumentor/Reflection and makes use of sphinxcontrib-phpdomain.
An example for the documentation output can be found in our own documentation
Quickstart
Install phpdoc-to-rst to your project directory:
composer require --dev juliushaertl/phpdoc-to-rst
Run the command line tool to parse the folders containing your PHP tree and render the reStructuredText files to the output directory:
./vendor/bin/phpdoc-to-rst docs/api/ src/
All versions of phpdoc-to-rst with dependencies
PHP Build Version
Package Version
Requires
phpdocumentor/reflection Version
^4.0.0
phpdocumentor/reflection-common Version 1.0.1
symfony/console Version ^4.0
phpdocumentor/reflection-docblock Version 5.0.0-alpha3 as 4.3.0
phpdocumentor/reflection-common Version 1.0.1
symfony/console Version ^4.0
phpdocumentor/reflection-docblock Version 5.0.0-alpha3 as 4.3.0
The package hookedmedia/phpdoc-to-rst contains the following files
Loading the files please wait ....