File: README.md

package info (click to toggle)
php-pear 1%3A1.10.12%2Bsubmodules%2Bnotgz%2B20210212-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 18,540 kB
  • sloc: php: 52,900; ansic: 39,986; xml: 33,116; yacc: 677; pascal: 452; makefile: 122; sh: 113
file content (43 lines) | stat: -rw-r--r-- 1,147 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# Structures_Graph - Graph datastructure manipulation library

[![Build Status](https://travis-ci.org/pear/Structures_Graph.svg?branch=trunk)](https://travis-ci.org/pear/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.

[Homepage](http://pear.php.net/package/Structures_Graph/)


## Installation
For a PEAR installation that downloads from the PEAR channel:

`$ pear install pear/structures_graph`

For a PEAR installation from a previously downloaded tarball:

`$ pear install Structures_Graph-*.tgz`

For a PEAR installation from a code clone:

`$ pear install package.xml`

For a local composer installation:

`$ composer install`

To add as a dependency to your composer-managed application:

`$composer require pear/structures_graph`


## Tests
Run  the tests from a local composer installation:

`$ ./vendor/bin/phpunit -c phpunit.xml.dist`


## License
LGPL-3.0+ license