phpdocumentor / dev-server
A php development server with live reloading to preview your documentation
Installs: 4
Dependents: 0
Suggesters: 1
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Type:project
Requires
- php: ^8.1
- ext-inotify: *
- ext-pcntl: *
- cboden/ratchet: 0.4.x@dev
- league/mime-type-detection: ^1.16
- phpdocumentor/filesystem: ^1.0
- psr/log: ^1.0 || ^2.0 || ^3.0
- react/http: ^v1.11
- react/socket: ^v1.16
- symfony/event-dispatcher: ^5.4 || ^6.3 || ^7.0
- symfony/routing: ^5.4 || ^6.3 || ^7.0
This package is auto-updated.
Last update: 2025-09-12 14:32:59 UTC
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/dev-server contains the application and Symfony Console Command used for standalone processing of documentation files.
Mono-Repository: | https://github.com/phpDocumentor/guides |
---|---|
Documentation: | https://docs.phpdoc.org/components/guides/guides/index.html |
Packagist: | https://packagist.org/packages/phpdocumentor/dev-server |
Contribution: | https://github.com/phpDocumentor/guides/tree/main/CONTRIBUTING.rst |