This repository contains interfaces for the InspectIO Graph specification. Based on this specification different file formats like XML or JSON can be supported.
There are two implementations of the InspectIO Graph specification:
- InspectIO GraphML graph format: Implementation based on GraphML
- InspectIO Cody graph format: Implementation based on JSON structure (recommended)
Code generation libraries based on the InspectIO Graph format:
- Event Engine - PHP Code Generator via PHP AST: PHP Code Generation for Event Engine.
$ composer require event-engine/php-inspectio-graph