2017 © Pedro PelĂĄez
 

library structures_graph

More info available on: http://pear.php.net/package/Structures_Graph

image

pear/structures_graph

More info available on: http://pear.php.net/package/Structures_Graph

  • Saturday, January 27, 2018
  • by cweiske
  • Repository
  • 15 Watchers
  • 1 Stars
  • 171,625 Installations
  • PHP
  • 3 Dependents
  • 0 Suggesters
  • 4 Forks
  • 0 Open issues
  • 3 Versions
  • 11 % Grown

The README.md

Structures_Graph - Graph datastructure manipulation library

Build Status, (*1)

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)

Installation

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)

Tests

Run the tests from a local composer installation:, (*14)

$ ./vendor/bin/phpunit -c phpunit.xml.dist, (*15)

License

LGPL-3.0+ license, (*16)

The Versions

27/01 2018

dev-trunk

9999999-dev

More info available on: http://pear.php.net/package/Structures_Graph

  Sources   Download

PHP-3.01 PHP License

by SĂ©rgio Carvalho

20/07 2015

v1.1.1

1.1.1.0

More info available on: http://pear.php.net/package/Structures_Graph

  Sources   Download

PHP License

by SĂ©rgio Carvalho

27/02 2015

v1.1.0

1.1.0.0

More info available on: http://pear.php.net/package/Structures_Graph

  Sources   Download

PHP License

by SĂ©rgio Carvalho