/mermaid-user-journey

PHP for Mermaid.js user journey diagrams

Primary LanguagePHPBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

Mermaid User Journey

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.````