PHPackages                             bdunogier/ez-js-sequence-diagram - 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. bdunogier/ez-js-sequence-diagram

ActiveEzpublish-legacy-extension

bdunogier/ez-js-sequence-diagram
================================

Custom XML text tag to draw simple UML sequence diagrams

v0.1.2(11y ago)1181LGPL-2.1PHP

Since Nov 23Pushed 11y agoCompare

[ Source](https://github.com/bdunogier/ez-js-sequence-diagram)[ Packagist](https://packagist.org/packages/bdunogier/ez-js-sequence-diagram)[ RSS](/packages/bdunogier-ez-js-sequence-diagram/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)DependenciesVersions (2)Used By (0)

eZ JS Sequence Diagram
======================

[](#ez-js-sequence-diagram)

This extension offers a custom XML text tag, sequence\_diagram, that converts simple text to an UML sequence diagram in SVG.

[![Sequence diagram in custom tag](https://github.com/bdunogier/ez-js-sequence-diagram/raw/master/doc/ez-js-sequence-diagram.png)](https://github.com/bdunogier/ez-js-sequence-diagram/raw/master/doc/ez-js-sequence-diagram.png)

It is based on [bramp/js-sequence-diagrams](http://bramp.github.io/js-sequence-diagrams/).

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

[](#installation)

Run `composer require bdunogier/js-sequence-diagram`. Enable extension in `settings/override/site.ini.append.php:

```
ActiveExtensions[]=ezjssequencediagram

```

Usage
-----

[](#usage)

In an XML text block, add a custom tag of type "sequence\_diagram". The theme attribute can be set to either "hand" (for a hand drawn diagram) or "simple".

### Syntax

[](#syntax)

```
Andrew->China: Says Hello
Note right of China: China thinks\nabout it
China-->Andrew: How are you?
Andrew->>China: I am good thanks!

```

See  for more details.

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

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

Unknown

Total

1

Last Release

4188d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/235928?v=4)[Bertrand Dunogier](/maintainers/bdunogier)[@bdunogier](https://github.com/bdunogier)

### Embed Badge

![Health badge](/badges/bdunogier-ez-js-sequence-diagram/health.svg)

```
[![Health](https://phpackages.com/badges/bdunogier-ez-js-sequence-diagram/health.svg)](https://phpackages.com/packages/bdunogier-ez-js-sequence-diagram)
```

PHPackages © 2026

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