https://github.com/beastbytes/mermaid-git-graph
PHP for Mermaid.js GitGraph
https://github.com/beastbytes/mermaid-git-graph
Last synced: 2 months ago
JSON representation
PHP for Mermaid.js GitGraph
- Host: GitHub
- URL: https://github.com/beastbytes/mermaid-git-graph
- Owner: beastbytes
- License: bsd-3-clause
- Created: 2024-01-11T14:39:36.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-01-27T15:47:39.000Z (over 1 year ago)
- Last Synced: 2025-02-03T15:55:03.041Z (4 months ago)
- Language: PHP
- Size: 12.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 Git Graph
PHP for [Mermaid.js](https://mermaid.js.org/) Git graphs.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-git-graph
```or add
```json
"beastbytes/mermaid-git-graph": "*"
```to the require section of your composer.json.````