An open API service indexing awesome lists of open source software.

https://github.com/beastbytes/mermaid-quadrant-chart

PHP for Mermaid.js Quadrant Charts
https://github.com/beastbytes/mermaid-quadrant-chart

Last synced: 3 months ago
JSON representation

PHP for Mermaid.js Quadrant Charts

Awesome Lists containing this project

README

        

# Mermaid Quadrant Chart
PHP for the [Mermaid.js](https://mermaid.js.org/) quadrant charts.

For license information see the [LICENSE](LICENSE.md) file.

## Installation

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

Either run

```
php composer.phar require --prefer-dist beastbytes/mermaid-quadrant-chart
```

or add

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

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