dreammo / plantuml
Convert php source project to plantuml language format
Installs: 6 927
Dependents: 0
Suggesters: 0
Security: 0
Stars: 7
Watchers: 2
Forks: 2
Open Issues: 4
Requires
- php: >=5.6
- jan-swiecki/simple-annotations: 0.3.1
This package is auto-updated.
Last update: 2025-03-04 19:39:26 UTC
README
Installation
Get composer and learn to use it.
Library is on packagist.
composer require dreammo/plantuml
Introduction
This project can easily convert the PHP source project to the plantuml language. Afterwards, the development can be converted to the class diagram png format or svg format using, for example, the IDE phpstorm installation plugin plantuml.
planuml document: plantuml
online plantuml editor website: liveuml
Quick Start
./vendor/bin/puml ./demo/test diagram.puml
then
you can use like IDE phpstorm and install plugin "plantuml", and you can Preview class diagram. You can try directly by using demo/test do demo test
Annotation and class diagram relationship description
For details, please refer to demo/test/classes.php
@var dataType
@param dataType
@return dataType
@Agg // Aggregation
@Comp // Composition
@Assoc // Normal Association