tomzx / graphp-visjs
Visjs graph drawing for graphp/graph
Installs: 39
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/tomzx/graphp-visjs
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: 2025-10-10 09:16:54 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.