beastbytes / mermaid-class-diagram
PHP for Mermaid.js class diagrams
Installs: 12
Dependents: 1
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/beastbytes/mermaid-class-diagram
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: 2025-09-27 17:49:48 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.````