A CLI tool that parses the PHP source directory and outputs PlantUML class diagram scripts.
10K+
A CLI tool that parses the PHP source directory and outputs PlantUML class diagram scripts.
https://github.com/smeghead/php-class-diagram
php-source-directory: PHP source directory.class-dialog.png: output filename.$ docker run --rm \
-v $(pwd):/usr/src \
-w /usr/src \
smeghead7/php-class-diagram bash \
-c 'php-class-diagram php-source-directory | plantuml -pipe -tpng > class-diagram.png'
$ docker run --rm -it \
-v $(pwd):/usr/src \
-w /usr/src \
smeghead7/php-class-diagram bash
Content type
Image
Digest
sha256:eaf4f7114…
Size
264.9 MB
Last updated
12 months ago
docker pull smeghead7/php-class-diagram