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

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

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.````