tomzx / graphp-visjs
Visjs graph drawing for graphp/graph
v0.3.0
2016-11-06 01:15 UTC
Requires
- php: >=5.6.0
- clue/graph: ~0.8.0|~0.9.0
Requires (Dev)
- phpunit/phpunit: ~5
This package is auto-updated.
Last update: 2024-10-10 07:08:26 UTC
README
Graphp vis.js
is a small library that can be used with graphp/graph
to export nodes and edges to generate a vis.js
graph.
Getting Started
- Include
tomzx/graphp-visjs
in yourcomposer.json
or usecomposer require tomzx/graphp-visjs
. - Use
\tomzx\Graphp\VisJs\VisJs
where you would use\Fhaculty\Graph\Exporter\ExporterInterface
.
License
The code is licensed under the MIT license. See LICENSE.