Download the PHP package graphp/algorithms without Composer
On this page you can find all versions of the php package graphp/algorithms. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download graphp/algorithms
More information about graphp/algorithms
Files in graphp/algorithms
Package algorithms
Short Description Common mathematical graph algorithms implemented in PHP
License MIT
Homepage https://github.com/graphp/algorithms
Informations about the package algorithms
graphp/algorithms
Common mathematical graph algorithms implemented in PHP
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.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.
Install
The recommended way to install this library is through Composer. New to Composer?
Once released, this project will follow SemVer. At the moment, this will install the latest development version:
See also the CHANGELOG for details about version upgrades.
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.
Tests
To run the test suite, you first need to clone this repo and then install all dependencies through Composer:
To run the test suite, go to the project root and run:
License
This project is released under the permissive MIT license.