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
- Host: GitHub
- URL: https://github.com/beastbytes/mermaid-entity-relationship-diagram
- Owner: beastbytes
- License: bsd-3-clause
- Created: 2024-01-02T22:34:30.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-01-27T15:22:20.000Z (over 2 years ago)
- Last Synced: 2025-03-29T05:26:05.108Z (about 1 year ago)
- Language: PHP
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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.````