beastbytes/mermaid-class-diagram

PHP for Mermaid.js class diagrams

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

This package is auto-updated.

Last update: 2024-04-27 14:49:06 UTC


README

PHP for Mermaid.js diagramming and charting tool class diagram.

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-class-diagram

or add

"beastbytes/mermaid-class-diagram": "*"

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