beastbytes/mermaid-user-journey

PHP Mermaid.js user journey

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

This package is auto-updated.

Last update: 2024-04-27 16:20:29 UTC


README

PHP for Mermaid.js user journey 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-user-journey

or add

"beastbytes/mermaid-user-journey": "*"

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