https://github.com/beastbytes/mermaid-flowchart
PHP for Mermaid.js Flowcharts
https://github.com/beastbytes/mermaid-flowchart
Last synced: about 1 year ago
JSON representation
PHP for Mermaid.js Flowcharts
- Host: GitHub
- URL: https://github.com/beastbytes/mermaid-flowchart
- Owner: beastbytes
- License: bsd-3-clause
- Created: 2023-12-29T15:57:43.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-01-27T15:17:57.000Z (about 2 years ago)
- Last Synced: 2025-02-03T15:55:02.496Z (about 1 year ago)
- Language: PHP
- Homepage:
- Size: 29.3 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 Flowchart
PHP for [Mermaid.js](https://mermaid.js.org/) flowcharts.
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-flowchart
```
or add
```json
"beastbytes/mermaid-flowchart": "*"
```
to the require section of your composer.json.````