Download the PHP package abbadon1334/phpdoc-to-rst without Composer
On this page you can find all versions of the php package abbadon1334/phpdoc-to-rst. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download abbadon1334/phpdoc-to-rst
More information about abbadon1334/phpdoc-to-rst
Files in abbadon1334/phpdoc-to-rst
Download abbadon1334/phpdoc-to-rst
More information about abbadon1334/phpdoc-to-rst
Files in abbadon1334/phpdoc-to-rst
Vendor abbadon1334
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
Forked and refactor by Francesco "Abbadon1334" Danti.
Now working as intended, with good coverage.
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 abbadon1334/phpdoc-to-rst
Command line usage
Run the command line tool to parse the folders containing your PHP tree and render the reStructuredText files to the output directory:
php vendor/bin/phpdoc-to-rst generate --repo-base "$PWD" --repo-github https://github.com/abbadon1334/phpdoc-to-rst -t docs/rst/ src/
Programatically usage to generate documentation rst
All versions of phpdoc-to-rst with dependencies
PHP Build Version
Package Version
Requires
phpdocumentor/reflection Version
~4.0
nikic/php-parser Version ^4.0
symfony/console Version ^4.0
nikic/php-parser Version ^4.0
symfony/console Version ^4.0
The package abbadon1334/phpdoc-to-rst contains the following files
Loading the files please wait ....