https://github.com/beastbytes/mermaid-xy-chart
PHP for Mermaid.js XY Charts
https://github.com/beastbytes/mermaid-xy-chart
Last synced: 2 months ago
JSON representation
PHP for Mermaid.js XY Charts
- Host: GitHub
- URL: https://github.com/beastbytes/mermaid-xy-chart
- Owner: beastbytes
- License: bsd-3-clause
- Created: 2024-01-17T22:01:16.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-01-27T15:28:39.000Z (over 1 year ago)
- Last Synced: 2025-02-03T15:55:02.222Z (4 months ago)
- Language: PHP
- Size: 8.79 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 XY Chart
PHP for [Mermaid.js](https://mermaid.js.org/) XY chartsFor 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-xy-chart
```or add
```json
"beastbytes/mermaid-xy-chart": "*"
```to the require section of your composer.json.````