More info available on: http://pear.php.net/package/Structures_Graph
Structures_Graph is a package for creating and manipulating graph datastructures. It allows building of directed and undirected graphs, with data and metadata stored in nodes. The library provides functions for graph traversing as well as for characteristic extraction from the graph topology., (*2)
Homepage, (*3)
For a PEAR installation that downloads from the PEAR channel:, (*4)
$ pear install pear/structures_graph
, (*5)
For a PEAR installation from a previously downloaded tarball:, (*6)
$ pear install Structures_Graph-*.tgz
, (*7)
For a PEAR installation from a code clone:, (*8)
$ pear install package.xml
, (*9)
For a local composer installation:, (*10)
$ composer install
, (*11)
To add as a dependency to your composer-managed application:, (*12)
$composer require pear/structures_graph
, (*13)
Run the tests from a local composer installation:, (*14)
$ ./vendor/bin/phpunit -c phpunit.xml.dist
, (*15)
LGPL-3.0+ license, (*16)