distvan / php2plantuml
Creates an uml digram from php files
Installs: 2
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Type:project
pkg:composer/distvan/php2plantuml
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.