event-engine / php-inspectio-graph
PHP Graph for InspectIO
Installs: 1 101
Dependents: 3
Suggesters: 0
Security: 0
Stars: 3
Watchers: 3
Forks: 0
Open Issues: 1
Requires
- php: ^7.4 || ^8.0
Requires (Dev)
- phpspec/prophecy-phpunit: ^2.0
- phpstan/phpstan: ^0.12.33
- phpstan/phpstan-strict-rules: ^0.12.4
- phpunit/phpunit: ^9.2.6
- prooph/php-cs-fixer-config: ^0.5.0
- roave/security-advisories: dev-latest
This package is auto-updated.
Last update: 2024-10-22 21:54:01 UTC
README
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.
Installation
$ composer require event-engine/php-inspectio-graph