Registry / utility / clue-graph

clue-graph

JSON →
library0.9.3phppackagistunverified

A mathematical graph/network library written in PHP for creating and manipulating graphs.

composer require clue/graph
INSTALL
IMPORT
SIG · CLUE-GRAPH
C
clue-graph
utilityphpv0.9.3
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.

Graph
use Fhaculty\Graph\Graph;

Create a simple directed graph with two vertices and an edge.

use Fhaculty\Graph\Graph; $graph = new Graph(); $vertex1 = $graph->createVertex('A'); $vertex2 = $graph->createVertex('B'); $graph->createEdgeDirected($vertex1, $vertex2);
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.9.3latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Amazon
1
Resources
clue-graph — pip install clue-graph · libregistry