Run phpdocumentor in a container without hassling for dependencies
136
A simple and elegant way to run phpdocumentor inside a container with all required dependencies already installed.
WARNING: this container runs on PHP 7.4!
Go to your project path /path/to/project where you can launch the container directly with:
docker run -v "$PWD":/var/php/app/plugin dragonbe/phpdoc
This will generate documentation that will be provided in a directory called build/phpdoc inside your project's path /path/to/project.
That's it, enjoy 👋
Content type
Image
Digest
Size
226.4 MB
Last updated
over 6 years ago
docker pull dragonbe/phpdoc