Hugo Sales e8e8000b16 Update composer dependencies 4 tahun lalu
..
bin e8e8000b16 Update composer dependencies 4 tahun lalu
resources e8e8000b16 Update composer dependencies 4 tahun lalu
CHANGELOG.md e8e8000b16 Update composer dependencies 4 tahun lalu
CONTRIBUTING.md e8e8000b16 Update composer dependencies 4 tahun lalu
LICENSE.md e8e8000b16 Update composer dependencies 4 tahun lalu
README.md e8e8000b16 Update composer dependencies 4 tahun lalu

README.md

PlantUML integration

Provides PlantUML integration: plantuml executable and plantuml.jar.

PlantUML Version 1.2021.00

Latest Stable Version Total Downloads License composer.lock PHPPackages Referenced By PDS Skeleton Issues HitCount

Usage

Check that PlantUML is working correctly:

$ vendor/bin/plantuml -version

To generate a diagram:

$ vendor/bin/plantuml /path/to/file.puml

By 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 -version

Install

Install using Composer:

$ composer require jawira/plantuml

Requirements

PlantUML needs Java Runtime installed (see http://plantuml.com/starting).

On Ubuntu 18.04 you can run:

$ sudo apt-get install -y  openjdk-11-jre

Checksum

PlantUML Version 1.2021.00

File: [bin/plantuml.jar]()

Algorithm Checksum
md5 483784ef76419d03d79bbeebc592fd34
sha1 3d1991aab3

Useful links


My other packages

jawira/case-converter
Convert strings between 12 naming conventions: Snake case, Camel case, Kebab case, Pascal case, Ada case, Train case, Cobol case, Macro case, Upper case, Lower case, Title case, and Sentence case.
jawira/phing-visualizer
Graphical representation of Phing's buildfile.
jawira/plantuml-encoding
PlantUML encoding functions.
jawira/process-maker
Easily install and try ProcessMaker using Docker Compose.