Sign inSign up

smeghead7/php-class-diagram

By smeghead7

•Updated 12 months ago

A CLI tool that parses the PHP source directory and outputs PlantUML class diagram scripts.

Image
Developer tools
3

10K+

smeghead7/php-class-diagram repository overview

⁠docker-php-class-diagram

A CLI tool that parses the PHP source directory and outputs PlantUML class diagram scripts.

https://github.com/smeghead/php-class-diagram⁠

php-class-diagram

⁠Run

  • 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'

⁠Open Shell

$ docker run --rm -it \
        -v $(pwd):/usr/src \
        -w /usr/src \
        smeghead7/php-class-diagram bash

Tag summary

Content type

Image

Digest

sha256:eaf4f7114…

Size

264.9 MB

Last updated

12 months ago

docker pull smeghead7/php-class-diagram