linkorb / graph
Graph: generic in-memory graph resource toolkit
Installs: 183
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 2
Open Issues: 0
pkg:composer/linkorb/graph
Requires
- php: >=8.3.0
- ext-json: *
- doctrine/inflector: ^2.0.0
- symfony/console: ^5.0 || ^6.0 || ^7.0
- symfony/dotenv: ^5.0 || ^6.0 || ^7.0
- symfony/serializer: ^5.0 || ^6.0 || ^7.0
- symfony/yaml: ^5.0 || ^6.0 || ^7.0
- webonyx/graphql-php: ^0.13.0
README
Library for building in-memory Graphs
Features
- Kubernetes inspired resource model (including its YAML format and CLI)
- Queries with GraphQL
- Easily write CLI scripts that operate against your graph
- Reusable symfony commands for graph introspection, querying, etc
- Define your own loaders (i.e. load from YAML, JSON, Markdown, etc)
Use-cases
- INFRA: your infrastructure as a GraphQL service
- Model your organization
- Complex documentation projects
License
MIT. Please refer to the license file for details.
Brought to you by the LinkORB Engineering team
Check out our other projects at linkorb.com/engineering.
Btw, we're hiring!