devdeclan / redkina
A graph storage system backed by Redis
dev-master
2019-06-16 03:33 UTC
Requires
- php: ^7.2
- ext-json: *
- ext-redis: *
- doctrine/common: ^2.10
- goaop/parser-reflection: ^2.0
- ramsey/uuid: ^3.8
Requires (Dev)
- league/factory-muffin: ^3.0
- league/factory-muffin-faker: ^2.1
- phpbench/phpbench: ^0.16.9
- phpunit/phpunit: ^8
- psy/psysh: ^0.9.9
- squizlabs/php_codesniffer: ^3.4
- symfony/var-dumper: ^4.3
This package is auto-updated.
Last update: 2025-02-16 16:47:46 UTC
README
A graph indexing system written in PHP, backed by Redis.
Background
Read about hexastores here: https://redis.io/topics/indexes#representing-and-querying-graphs-using-an-hexastore
Installation
Install using composer:
composer require devdeclan/redkina
Planned Roadmap
- v0.1: Initial release with basic API
- v0.2: Implement validation rules using metadata and Respect
- v0.3: Lazy-loading of related entities