beastbytes/mermaid-state-diagram

PHP for Mermaid.js state diagrams

dev-master 2024-01-27 15:35 UTC

This package is auto-updated.

Last update: 2024-04-27 16:14:47 UTC


README

PHP for Mermaid.js state diagrams.

For license information see the LICENSE file.

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist beastbytes/mermaid-state-diagram

or add

"beastbytes/mermaid-state-diagram": "*"

to the require section of your composer.json.````