beastbytes/mermaid-mindmap

PHP for Mermaid.js mindmaps

dev-master 2024-01-27 14:28 UTC

This package is auto-updated.

Last update: 2024-04-27 15:04:42 UTC


README

PHP for Mermaid.js mindmaps.

For license information see the LICENSE file.

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist beastbytes/mermaid-mindmap

or add

"beastbytes/mermaid-mindmap": "*"

to the require section of your composer.json.````