https://github.com/beastbytes/mermaid-mindmap
PHP for Mermaid.js Mindmaps
https://github.com/beastbytes/mermaid-mindmap
Last synced: 2 months ago
JSON representation
PHP for Mermaid.js Mindmaps
- Host: GitHub
- URL: https://github.com/beastbytes/mermaid-mindmap
- Owner: beastbytes
- License: bsd-3-clause
- Created: 2024-01-11T15:35:58.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-01-27T14:28:52.000Z (over 1 year ago)
- Last Synced: 2025-02-03T15:55:02.193Z (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 Mindmap
PHP for [Mermaid.js](https://mermaid.js.org/) mindmaps.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-mindmap
```or add
```json
"beastbytes/mermaid-mindmap": "*"
```to the require section of your composer.json.````