Registry / utility / graphp-graphviz

graphp-graphviz

JSON →
library0.2.2phppackagistunverified

GraphViz graph drawing for the mathematical graph/network library GraPHP.

composer require graphp/graphviz
INSTALL
IMPORT
SIG · GRAPHP-GRAPHVIZ
G
graphp-graphviz
utilityphpv0.2.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

GraphViz
use Graphp\GraphViz\GraphViz;

Render a simple graph with two vertices and an edge.

use Graphp\GraphViz\GraphViz; use Fhaculty\Graph\Graph; $graph = new Graph(); $graph->createVertex('A'); $graph->createVertex('B'); $graph->createEdgeUndirected($graph->getVertex('A'), $graph->getVertex('B')); $graphviz = new GraphViz(); echo $graphviz->createImageData($graph);
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.2.2latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
graphp-graphviz — pip install graphp-graphviz · libregistry