beastbytes/mermaid-sankey-diagram

PHP for Mermaid.js sankey diagrams

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

This package is auto-updated.

Last update: 2024-04-27 16:03:45 UTC


README

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