Sign inSign up

stowers/php-doxygen

By stowers

Updated over 8 years ago

Container for generating source code documentation for PHP apps using Doxygen.

Image
0

1.0K

stowers/php-doxygen repository overview

Docker for LIMS Doxygen

This is the PHP container for documenting the Stowers in-house LIMS application. Based on the official PHP container.

Requires

  • Docker v1.12+

Includes

Included Applications
  • php - Needed for doxygen to scan the source
  • graphvis - Needed for pretty pictures in Doxygen
  • doxygen - The documentor

To Run

Run the following in the root of your PHP code base.

docker run -v /path/to/src:/src --rm stowers/php-doxygen doxygen/Doxyfile

Contributions

If you see something in this Dockerfile that can be done better, please submit a pull request.

Tag summary

Content type

Image

Digest

Size

150.6 MB

Last updated

over 8 years ago

docker pull stowers/php-doxygen