Skip to content

phpDocumentor/guides

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Folders and files

NameName
Last commit message
Last commit date
Apr 12, 2024
Apr 12, 2022
Mar 1, 2024
Sep 25, 2024
Sep 25, 2024
Jan 19, 2024
Mar 1, 2024
Oct 28, 2023
Jun 27, 2023
Apr 12, 2022
Apr 16, 2023
Apr 12, 2022
Jul 29, 2024
Sep 13, 2024
Apr 12, 2022
Apr 12, 2024
Apr 12, 2024
Dec 18, 2023
May 21, 2023
Mar 1, 2024
Dec 22, 2023
Nov 21, 2023
Feb 18, 2024
Apr 12, 2024
Feb 24, 2024
Oct 28, 2023
May 7, 2024
Nov 7, 2023
Aug 21, 2023

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://docs.phpdoc.org/components/guides/guides/index.html
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.