Skip to content

phpDocumentor/guides

Repository files navigation

PHP Version Require Latest Unstable Version Total Downloads Monthly Downloads

phpDocumentor Guides

phpDocumentor's Guides library is a framework designed to take hand-written documentation in code repositories and create an AST (abstract syntax tree) from it. This AST is then fed to a renderer, which produces the desired output. The Guides library is flexible, allowing you to plug in support for various input formats, such as Restructured Text, and output formats, such as HTML.

Mono-Repository:https://github.com/phpDocumentor/guides
Documentation:https://github.com/phpDocumentor/guides/tree/main/docs/index.rst
Packagist:https://packagist.org/packages/phpdocumentor/guides

You can try out this reposistory convieniently in GitPod by clicking this button:

Try out in GitPod

Attribution

This repository was originally forked from the Doctrine rst-parser, and is based on the original code from Gregwar.