pear/structures_graph
最新稳定版本:v1.2.0
Composer 安装命令:
composer require pear/structures_graph
包简介
More info available on: http://pear.php.net/package/Structures_Graph
README 文档
README
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.
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
统计信息
- 总下载量: 1.66M
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 5
- 点击次数: 0
- 依赖项目数: 2
- 推荐数: 0
其他信息
- 授权协议: LGPL-3.0-or-later
- 更新时间: 2026-01-04