定制 pear/structures_graph 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

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

Build Status

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

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
  • 点击次数: 8
  • 依赖项目数: 2
  • 推荐数: 0

GitHub 信息

  • Stars: 5
  • Watchers: 10
  • Forks: 4
  • 开发语言: PHP

其他信息

  • 授权协议: LGPL-3.0-or-later
  • 更新时间: 2026-01-04