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

https://github.com/beastbytes/mermaid-timeline

PHP for Mermaid.js Timelines
https://github.com/beastbytes/mermaid-timeline

Last synced: about 1 year ago
JSON representation

PHP for Mermaid.js Timelines

Awesome Lists containing this project

README

          

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

or add

```json
"beastbytes/mermaid-timeline": "*"
```

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