Weave Code
Code Weaver
Helps Laravel developers discover, compare, and choose open-source packages. See popularity, security, maintainers, and scores at a glance to make better decisions.
Feedback
Share your thoughts, report bugs, or suggest improvements.
Subject
Message

Plantuml Client Laravel Package

jawira/plantuml-client

Laravel-friendly PHP client for PlantUML servers. Generate UML diagrams from text in your apps, with simple API calls, server URL configuration, and easy integration into projects needing rendered class, sequence, and other diagrams.

View on GitHub
Deep Wiki
Context7

Incomplete diagrams

Default PlantUml server (https://www.plantuml.com/plantuml) cannot handle huge diagrams. If you have problems it is suggested to use your own PlantUml server (https://github.com/plantuml/plantuml-server).

Additionally, you have to set PLANTUML_LIMIT_SIZE environment variable in your server, otherwise your diagram will be cropped.

$ docker run -d -p 8080:8080 -e PLANTUML_LIMIT_SIZE=10000 plantuml/plantuml-server

Your PlantUml server is listening at http://localhost:8080.

For example: http://localhost:8080/uml/SyfFKj2rKt3CoKnELR1Io4ZDoSa70000

use Jawira\PlantUmlClient\Client;
$client = new Client('http://localhost:8080'); 

Or using appropriate setter:

use Jawira\PlantUmlClient\Client;
$client = new Client(); 
$client->setServer('http://localhost:8080'); 
Weaver

How can I help you explore Laravel packages today?

Conversation history is not saved when not logged in.
Prompt
Add packages to context
No packages found.
davejamesmiller/laravel-breadcrumbs
artisanry/parsedown
christhompsontldr/phpsdk
enqueue/dsn
bunny/bunny
enqueue/test
enqueue/null
enqueue/amqp-tools
milesj/emojibase
bower-asset/punycode
bower-asset/inputmask
bower-asset/jquery
bower-asset/yii2-pjax
laravel/nova
spatie/laravel-mailcoach
spatie/laravel-superseeder
laravel/liferaft
nst/json-test-suite
danielmiessler/sec-lists
jackalope/jackalope-transport