distvan / php2plantuml
Creates an uml digram from php files
v1.0.0
2025-07-06 16:44 UTC
Requires
- nikic/php-parser: ^5.5
README
Usage: php php2plantuml.php --source= --format=<png|pdf|svg> --output=
It generates a class diagram from php files. It creates a class_diagram.puml file and optionally a visualized diagram in pdf, svg or png format in the given directory.