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
- Host: GitHub
- URL: https://github.com/beastbytes/mermaid-quadrant-chart
- Owner: beastbytes
- License: bsd-3-clause
- Created: 2023-12-27T16:00:30.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-01-27T15:52:01.000Z (over 1 year ago)
- Last Synced: 2025-02-03T15:55:02.196Z (5 months ago)
- Language: PHP
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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.````