phpdocumentor / guides
Contains the core functionality from the phpDocumentor Guides.
Installs: 36 622
Dependents: 9
Suggesters: 0
Security: 0
Stars: 1
Watchers: 5
Forks: 0
Open Issues: 0
Requires
- php: ^8.1
- ext-json: *
- ext-zlib: *
- doctrine/deprecations: ^1.0
- league/flysystem: ^1.1
- league/tactician: ^1.1
- league/uri: ^6.5 || ^7.0
- phpdocumentor/flyfinder: ^1.1
- psr/event-dispatcher: ^1.0
- symfony/clock: ^6.4.3
- symfony/html-sanitizer: ^6.4.8
- symfony/http-client: ^6.4.9
- symfony/string: ^5.4 || ^6.3 || ^7.0
- symfony/translation-contracts: ^3.4.1
- twig/twig: ~2.15 || ^3.0
- webmozart/assert: ^1.11
Requires (Dev)
- psr/log: ^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 contains the core functionality from the phpDocumentor Guides.
Attribution
This repository was originally forked from the Doctrine rst-parser, and is based on the original code from Gregwar.