phpdocumentor / guides-graphs
Provides Plantuml support for restructured text rendered by the phpDocumentor's Guides library.
Installs: 22 786
Dependents: 2
Suggesters: 0
Security: 0
Stars: 0
Watchers: 4
Forks: 0
Open Issues: 0
Requires
- php: ^8.1
- jawira/plantuml-encoding: ^1.0
- phpdocumentor/guides: ^1.0
- phpdocumentor/guides-restructured-text: ^1.0
- symfony/process: ^5.4 || ^6.3 || ^7.0
- twig/twig: ~2.0 || ^3.0
Suggests
- jawira/plantuml: To render graphs locally using plant uml
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.