An open API service indexing awesome lists of open source software.

https://github.com/event-engine/php-inspectio-graph-ml


https://github.com/event-engine/php-inspectio-graph-ml

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# Event Engine - PHP InspectIO GraphML

PHP GraphML for InspectIO.

## Installation

You have to add the following definition to your `composer.json` file due this [issue](https://github.com/graphp/graphml/pull/13).
```
"repositories": [
{
"type": "vcs",
"url": "https://github.com/sandrokeil/graphml"
}
]
```

```bash
$ composer require event-engine/php-inspectio-graph-ml
```