Libraries tagged by key-value-store
bainternet/sqlite-simple-store
50 Downloads
Super lightweight Zero configuration sqlite-based key => value store with expiration time for PHP. Basically its a simple key value storage with and expireation field which will delete the value after it expires. Also since its heavily influenced by redis, some of redis useful functions were implemented.
arifmahmudrana/context
24 Downloads
PHP single context. Key value store in current context.
tikaszvince/key-value-store-memcache
5 Downloads
Key-value memcache store through memcache extension.
saeedazizi/key-value-store
41 Downloads
Key-Value-Store tool for creating key value objects
rkr/sqlite-key-value-store
124 Downloads
A sqlite-based key-value-store implementation.
rkr/key-value-stores
129 Downloads
Standard interfaces for common key-value-stores.
mgleis/php-sqlite-key-value-store
3 Downloads
A PHP library that implements a key/value store with SQLite as the persistence layer.
lizards-and-pumpkins/lib-key-value-store-filesystem
486 Downloads
Lizards & Pumpkins Filesystem KeyValueStore Library
lizards-and-pumpkins/lib-key-value-store-credis
861 Downloads
Lizards & Pumpkins Key/Value Store Library For CRedis
lesha888/doctrine-key-value-store
11 Downloads
Simple Key-Value Store Abstraction Layer that maps to PHP objects, allowing for many backends.
james-draper/sqlite-key-value-store
16 Downloads
adammbalogh/key-value-store-shared-memory
1107 Downloads
Key-value shared memory store through php shared memory module.
adammbalogh/key-value-store-replicator
31 Downloads
Key-value replicator adapter.
adammbalogh/key-value-store-redis
1474 Downloads
Key-value redis store through predis/predis package.
adammbalogh/key-value-store-memory
864 Downloads
Key-value memory store through a simple php array.