Provides PlantUML integration: plantuml executable and plantuml.jar.
PlantUML version 1.2026.6
Check that PlantUML is working correctly:
$ vendor/bin/plantuml -versionTo generate a diagram:
$ vendor/bin/plantuml /path/to/file.pumlBy default png image is created in same location as puml file.
You also get access to plantuml.jar:
$ java -jar ./vendor/jawira/plantuml/bin/plantuml.jar -versionInstall using Composer:
$ composer require jawira/plantumlPlantUML needs Java Runtime installed (see http://plantuml.com/starting).
On Ubuntu 18.04 you can run:
$ sudo apt-get install -y openjdk-11-jrePlantUML version 1.2026.6
File: bin/plantuml.jar
| Algorithm | Checksum |
|---|---|
| md5 | d01215802b2af99931813cf3b943d957 |
| sha1 | f1053336943799f3a62c68a208eeaf52100acbf4 |
-
jawira/plantuml-encoding
- PlantUML encoding functions.
-
jawira/plantuml-client
- Convert PlantUML diagrams into images (svg, png, ...).
- more...