# graphp/algorithms [![Build Status](https://travis-ci.org/graphp/algorithms.svg?branch=master)](https://travis-ci.org/graphp/algorithms)

Common mathematical graph algorithms implemented in PHP

> Note: This project is in beta stage! Feel free to report any issues you encounter.

## Install

The recommended way to install this library is [through composer](http://getcomposer.org). [New to composer?](http://getcomposer.org/doc/00-intro.md)

```JSON
{
    "require": {
        "graphp/algorithms": "~0.8.0"
    }
}
```

## License

Released under the terms of the permissive [MIT license](http://opensource.org/licenses/MIT).
