/mermaid-quadrant-chart

PHP for Mermaid.js Quadrant Charts

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

Mermaid Quadrant Chart

PHP for the Mermaid.js quadrant charts.

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-quadrant-chart

or add

"beastbytes/mermaid-quadrant-chart": "*"

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