https://github.com/beastbytes/mermaid-requirement-diagram
PHP for Mermaid.js Requirement Diagrams
https://github.com/beastbytes/mermaid-requirement-diagram
Last synced: 11 months ago
JSON representation
PHP for Mermaid.js Requirement Diagrams
- Host: GitHub
- URL: https://github.com/beastbytes/mermaid-requirement-diagram
- Owner: beastbytes
- License: bsd-3-clause
- Created: 2024-01-01T02:25:05.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-01-27T15:24:22.000Z (over 2 years ago)
- Last Synced: 2025-07-14T22:48:46.355Z (11 months ago)
- Language: PHP
- Homepage:
- Size: 18.6 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 Requirement Diagram
PHP for [Mermaid.js](https://mermaid.js.org/) Mermaid requirement 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-requirement-diagram
```
or add
```json
"beastbytes/mermaid-requirement-diagram": "*"
```
to the require section of your composer.json.````