PHPackages                             christianblos/codedocs-plugin-plantuml - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. christianblos/codedocs-plugin-plantuml

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

christianblos/codedocs-plugin-plantuml
======================================

Plugin for CodeDocs to generate UML diagrams via PlantUML

1.1.1(9y ago)030MITPHP

Since Apr 22Pushed 9y ago1 watchersCompare

[ Source](https://github.com/christianblos/codedocs-plugin-plantuml)[ Packagist](https://packagist.org/packages/christianblos/codedocs-plugin-plantuml)[ RSS](/packages/christianblos-codedocs-plugin-plantuml/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (1)Versions (4)Used By (0)

CodeDocs Plugin for PlantUML
============================

[](#codedocs-plugin-for-plantuml)

This plugin uses [PlantUML](http://plantuml.com/) to generate UML diagrams.

Installation
------------

[](#installation)

> **Warning:** This Plugin is not yet supported by CodeDocs 3.0. You need Version 2 of CodeDocs to make use of it.

Execute `composer require christianblos/codedocs-plugin-plantuml`.

Add this plugin to your **codedocs.yaml** file:

```
plugins:
  - \CodeDocs\PlantUml
```

Usage
-----

[](#usage)

Create a **puml**-File next to the markdown files.

```
docs
 |- example.md
 |- diagram.puml

```

diagram.puml:

```
@startuml

A -> B

@enduml

```

Use the **PlantUml-Markup** to show this diagram.

example.md:

```
{@PlantUml("diagram")}
```

Use plantuml.jar
----------------

[](#use-plantumljar)

You can specify a path to a **plantuml.jar** to generates images instead of render them on the fly. You also have to add the following finalizer to the config:

```
finalizers:
  - \CodeDocs\PlantUml\CreateImagesFinalizer

plugins:
  - \CodeDocs\PlantUml:
      jar: ./plantuml.jar
```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~38 days

Total

3

Last Release

3594d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/5efd9b3950946d0adf5a5046e1bfce3fd0e93ad581a78fd7478ffdf0957e1944?d=identicon)[christianblos](/maintainers/christianblos)

---

Top Contributors

[![christianblos](https://avatars.githubusercontent.com/u/864455?v=4)](https://github.com/christianblos "christianblos (1 commits)")

### Embed Badge

![Health badge](/badges/christianblos-codedocs-plugin-plantuml/health.svg)

```
[![Health](https://phpackages.com/badges/christianblos-codedocs-plugin-plantuml/health.svg)](https://phpackages.com/packages/christianblos-codedocs-plugin-plantuml)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
