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
- Host: GitHub
- URL: https://github.com/event-engine/php-inspectio-graph-ml
- Owner: event-engine
- License: mit
- Created: 2020-11-27T08:48:00.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-11-27T10:10:44.000Z (over 4 years ago)
- Last Synced: 2025-01-21T22:12:40.249Z (5 months ago)
- Language: PHP
- Size: 48.8 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
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
```