An open API service indexing awesome lists of open source software.

https://github.com/beastbytes/mermaid-sequence-diagram

PHP for Mermaid.js Sequence Diagrams
https://github.com/beastbytes/mermaid-sequence-diagram

Last synced: 3 months ago
JSON representation

PHP for Mermaid.js Sequence Diagrams

Awesome Lists containing this project

README

        

# Mermaid Sequence Diagram
PHP for [Mermaid.js](https://mermaid.js.org/) sequence 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-sequence-diagram
```

or add

```json
"beastbytes/mermaid-sequence-diagram": "*"
```

to the require section of your composer.json.````