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
- Host: GitHub
- URL: https://github.com/beastbytes/mermaid-timeline
- Owner: beastbytes
- License: bsd-3-clause
- Created: 2024-01-17T19:08:41.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-01-27T15:26:44.000Z (about 2 years ago)
- Last Synced: 2025-02-03T15:55:02.051Z (about 1 year ago)
- Language: PHP
- Size: 8.79 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 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.````