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
- Host: GitHub
- URL: https://github.com/beastbytes/mermaid-class-diagram
- Owner: beastbytes
- License: bsd-3-clause
- Created: 2023-12-26T15:05:25.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-01-27T14:24:40.000Z (over 2 years ago)
- Last Synced: 2025-03-10T05:54:36.684Z (about 1 year ago)
- Language: PHP
- Homepage:
- Size: 55.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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.````