beastbytes / mermaid-entity-relationship-diagram
PHP for Mermaid.js entity relationship diagrams
dev-master
2024-01-27 15:22 UTC
Requires
- php: ^8.1
- beastbytes/mermaid: dev-master
Requires (Dev)
- consolidation/robo: ^4.0
- pestphp/pest: ^v2.0
- roave/infection-static-analysis-plugin: ^1.0
- roave/security-advisories: dev-latest
- vimeo/psalm: ^5.0
This package is auto-updated.
Last update: 2024-10-27 16:59:26 UTC
README
PHP for Mermaid.js entity relationship diagrams.
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-entity-relationship-diagram
or add
"beastbytes/mermaid-entity-relationship-diagram": "*"
to the require section of your composer.json.````