phpdocumentor / guides-graphs
Provides Plantuml support for restructured text rendered by the phpDocumentor's Guides library.
Installs: 4 199
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 5
Forks: 0
Open Issues: 0
Requires
- php: ^8.1
- phpdocumentor/guides: 0.1.0
- phpdocumentor/guides-restructured-text: 0.1.0
- symfony/process: ^5.4 || ^6.3
- twig/twig: ~2.0 || ^3.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-graphs provides Plantuml support for restructured text rendered by the phpDocumentor's Guides library. Using this package is optional.