2017 © Pedro Peláez
 

library pathfinder

A PHP Library implementing path finding in PHP, currently including only an a* implementation

image

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

The README.md

PathFinder (Version: 0.2.2)

Version License Build Status Scrutinizer Code Quality Code Coverage SensioLabsInsight, (*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)

https://devedge.eu https://github.com/ppetermann/pathfinder https://cmdr.club/routes/, (*6)

The Versions

11/12 2016

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

11/12 2016

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

11/12 2014

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

16/11 2014

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

15/08 2014

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

15/08 2014

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