devdeclan / redkina
A graph storage system backed by Redis
Installs: 3
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/devdeclan/redkina
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-09-16 18:00:30 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