2017 © Pedro PelĂĄez
 

library algorithms

Common mathematical graph algorithms

image

graphp/algorithms

Common mathematical graph algorithms

  • Sunday, March 8, 2015
  • by clue
  • Repository
  • 10 Watchers
  • 64 Stars
  • 509,230 Installations
  • PHP
  • 13 Dependents
  • 3 Suggesters
  • 13 Forks
  • 25 Open issues
  • 3 Versions
  • 8 % Grown

The README.md

graphp/algorithms

CI status, (*1)

Common mathematical graph algorithms implemented in PHP, (*2)

Development version: This branch contains the code for the upcoming version 0.9. For the code of the current version 0.8, check out the 0.8.x branch., (*3)

The upcoming version 0.9 will be the way forward for this package. However, we will still actively support version 0.8 for those not yet on the latest version. See also installation instructions for more details., (*4)

Install

The recommended way to install this library is through Composer. New to Composer?, (*5)

Once released, this project will follow SemVer. At the moment, this will install the latest development version:, (*6)

composer require graphp/algorithms:^0.9@dev

See also the CHANGELOG for details about version upgrades., (*7)

This project aims to run on any platform and thus does not require any PHP extensions and supports running on legacy PHP 5.3 through current PHP 7+. It's highly recommended to use PHP 7+ for this project., (*8)

Tests

To run the test suite, you first need to clone this repo and then install all dependencies through Composer:, (*9)

composer install

To run the test suite, go to the project root and run:, (*10)

vendor/bin/phpunit

License

This project is released under the permissive MIT license., (*11)

The Versions

08/03 2015

dev-master

9999999-dev https://github.com/graphp/algorithms

Common mathematical graph algorithms

  Sources   Download

MIT

The Requires

 

The Development Requires

by Christian LĂŒck

dijkstra shortest path moore-bellman-ford minimum spanning tree kruskal prim graph algorithms

08/03 2015

v0.8.1

0.8.1.0 https://github.com/graphp/algorithms

Common mathematical graph algorithms

  Sources   Download

MIT

The Requires

 

The Development Requires

by Christian LĂŒck

dijkstra shortest path moore-bellman-ford minimum spanning tree kruskal prim graph algorithms

25/02 2015

v0.8.0

0.8.0.0 https://github.com/graphp/algorithms

Common mathematical graph algorithms

  Sources   Download

MIT

The Requires

 

The Development Requires

by Christian LĂŒck

dijkstra shortest path moore-bellman-ford minimum spanning tree kruskal prim graph algorithms