phpdocumentor / guides-markdown
Adds Markdown support to the phpDocumentor's Guides library.
1.9.6
2026-02-27 16:08 UTC
Requires
- php: ^8.1
- league/commonmark: ^2.4
- phpdocumentor/guides: ^1.0 || ^2.0
- symfony/yaml: ^6.4 || ^7.0 || ^8.0
README
phpDocumentor Guides
This repository is part of phpDocumentor's Guides library, 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, such as HTML.
The package phpdocumentor/guides-markdown adds Markdown support to the phpDocumentor's Guides library.