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

https://github.com/beastbytes/mermaid-class-diagram

PHP for Mermaid.js Class Diagrams
https://github.com/beastbytes/mermaid-class-diagram

Last synced: 8 months ago
JSON representation

PHP for Mermaid.js Class Diagrams

Awesome Lists containing this project

README

          

# Mermaid Class Diagram
PHP for [Mermaid.js](https://mermaid.js.org/) diagramming and charting tool class diagram.

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

or add

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

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