phpdocumentor / guides
Contains the core functionality from the phpDocumentor Guides.
Installs: 4 555
Dependents: 6
Suggesters: 0
Security: 0
Stars: 0
Watchers: 5
Forks: 0
Open Issues: 0
Requires
- php: ^8.1
- ext-json: *
- league/flysystem: ^1.0
- league/tactician: ^1.1
- league/uri: ^6.5
- phpdocumentor/flyfinder: ^1.1
- psr/event-dispatcher: ^1.0
- symfony/http-client: ^6.3.2
- symfony/string: ^5.4 || ^6.3
- symfony/translation-contracts: ^2.1 || ^3.0
- 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.
Mono-Repository: | https://github.com/phpDocumentor/guides |
---|---|
Documentation: | https://github.com/phpDocumentor/guides/tree/main/docs/index.rst |
Packagist: | https://packagist.org/packages/phpdocumentor/guides |
Contribution: | https://github.com/phpDocumentor/guides/tree/main/CONTRIBUTING.rst |
Attribution
This repository was originally forked from the Doctrine rst-parser, and is based on the original code from Gregwar.