https://github.com/phpdocumentor/dev-server
A simple library to serve html files via php, with hot reloads
https://github.com/phpdocumentor/dev-server
Last synced: 12 days ago
JSON representation
A simple library to serve html files via php, with hot reloads
- Host: GitHub
- URL: https://github.com/phpdocumentor/dev-server
- Owner: phpDocumentor
- License: mit
- Created: 2025-09-10T21:26:43.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-09-14T13:44:36.000Z (5 months ago)
- Last Synced: 2025-09-14T15:38:26.746Z (5 months ago)
- Language: PHP
- Size: 11.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE
Awesome Lists containing this project
README
.. image:: https://poser.pugx.org/phpdocumentor/dev-server/require/php
:alt: PHP Version Require
:target: https://packagist.org/packages/phpdocumentor/dev-server
.. image:: https://poser.pugx.org/phpdocumentor/dev-server/v/stable
:alt: Latest Stable Version
:target: https://packagist.org/packages/phpdocumentor/dev-server
.. image:: https://poser.pugx.org/phpdocumentor/dev-server/v/unstable
:alt: Latest Unstable Version
:target: https://packagist.org/packages/phpdocumentor/dev-server
.. image:: https://poser.pugx.org/phpdocumentor/dev-server/d/total
:alt: Total Downloads
:target: https://packagist.org/packages/phpdocumentor/dev-server
.. image:: https://poser.pugx.org/phpdocumentor/dev-server/d/monthly
:alt: Monthly Downloads
:target: https://packagist.org/packages/phpdocumentor/dev-server
====================
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