library pathfinder
A PHP Library implementing path finding in PHP, currently including only an a* implementation
devedge/pathfinder
A PHP Library implementing path finding in PHP, currently including only an a* implementation
- Sunday, December 11, 2016
- by ppetermann
- Repository
- 1 Watchers
- 0 Stars
- 35 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 1 Forks
- 0 Open issues
- 6 Versions
- 0 % Grown
PathFinder (Version: 0.2.2)
, (*1)
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., (*2)
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)., (*3)
see tests/PathFinder/AStarTest.php for an example, (*4)
more docs to come, (*5)
LINKS
https://devedge.eu
https://github.com/ppetermann/pathfinder
https://cmdr.club/routes/, (*6)
dev-master
9999999-dev
A PHP Library implementing path finding in PHP, currently including only an a* implementation
Sources
Download
MIT
The Requires
The Development Requires
0.2.2
0.2.2.0
A PHP Library implementing path finding in PHP, currently including only an a* implementation
Sources
Download
MIT
The Requires
The Development Requires
0.2.1
0.2.1.0
A PHP Library implementing path finding in PHP, currently including only an a* implementation
Sources
Download
MIT
The Requires
The Development Requires
0.2.0
0.2.0.0
A PHP Library implementing path finding in PHP, currently including only an a* implementation
Sources
Download
MIT
The Requires
The Development Requires
0.1.1
0.1.1.0
A PHP Library implementing path finding in PHP, currently including only an a* implementation
Sources
Download
MIT
The Development Requires
0.1.0
0.1.0.0
A PHP Library implementing path finding in PHP, currently including only an a* implementation
Sources
Download
MIT
The Development Requires