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

https://github.com/beastbytes/mermaid-entity-relationship-diagram

PHP for Mermaid.js Entity Relationship Diagram
https://github.com/beastbytes/mermaid-entity-relationship-diagram

Last synced: 12 months ago
JSON representation

PHP for Mermaid.js Entity Relationship Diagram

Awesome Lists containing this project

README

          

# Mermaid Entity Relationship Diagram
PHP for [Mermaid.js](https://mermaid.js.org/) entity relationship diagrams.

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-entity-relationship-diagram
```

or add

```json
"beastbytes/mermaid-entity-relationship-diagram": "*"
```

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