beastbytes/mermaid-git-graph

PHP for Mermaid.js Git graphs

dev-master 2024-01-27 15:47 UTC

This package is auto-updated.

Last update: 2024-04-27 16:31:36 UTC


README

PHP for Mermaid.js Git graphs.

For license information see the LICENSE file.

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist beastbytes/mermaid-git-graph

or add

"beastbytes/mermaid-git-graph": "*"

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