Download the PHP package gealex/phpdoc-to-rst without Composer
On this page you can find all versions of the php package gealex/phpdoc-to-rst. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download gealex/phpdoc-to-rst
More information about gealex/phpdoc-to-rst
Files in gealex/phpdoc-to-rst
Download gealex/phpdoc-to-rst
More information about gealex/phpdoc-to-rst
Files in gealex/phpdoc-to-rst
Vendor gealex
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
~5.0
phpdocumentor/reflection-common Version ^2.0
symfony/console Version ^4.0
phpdocumentor/reflection-common Version ^2.0
symfony/console Version ^4.0
The package gealex/phpdoc-to-rst contains the following files
Loading the files please wait ....