phpdocumentor / guides-cli
Allows you to run phpDocumentor Guides as a stand alone application as console command
1.5.0
2024-10-11 13:06 UTC
Requires
- php: ^8.1
- monolog/monolog: ^2.9 || ^3.0
- phpdocumentor/guides: ^1.0
- phpdocumentor/guides-restructured-text: ^1.0
- symfony/config: ^5.4 || ^6.3 || ^7.0
- symfony/console: ^5.4 || ^6.3 || ^7.0
- symfony/dependency-injection: ^5.4 || ^6.3 || ^7.0
- symfony/event-dispatcher: ^5.4 || ^6.3 || ^7.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-cli contains the application and Symfony Console Command used for standalone processing of documentation files.