devedge/pathfinder
Composer 安装命令:
composer require devedge/pathfinder
包简介
A PHP Library implementing path finding in PHP, currently including only an a* implementation
README 文档
README
ABOUT
basically this is a this is a simple a* implementation, which can be used in PHP projects, it was created for https://cmdr.club/routes/, but is build generic enough to be used in other cases.
USAGE
TODO: add more documentation basically what you have to do is create a Node implementation derived from PathFinder\Node, implementing its abstract methods (and if you need overwrite the others).
see tests/PathFinder/AStarTest.php for an example
more docs to come
LINKS
https://devedge.eu https://github.com/ppetermann/pathfinder https://cmdr.club/routes/
统计信息
- 总下载量: 45
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2014-08-15