/mermaid-sankey-diagram

PHP for Mermaid.js Sankey Diagrams

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

Mermaid Sankey Diagram

PHP for Mermaid.js sankey 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-sankey-diagram

or add

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

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