Libraries tagged by Key-Value Store
white-rabbit-1-sketch/php-file-hash-map
4 Downloads
This PHP library implements a simple Hash Map with file-based storage. It uses a hashing function to calculate an offset, which determines the location of the corresponding bucket in the file. Data is stored in a binary file, with each bucket containing key-value pairs. The library allows for efficient data retrieval through direct file access.
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.
pilsetnieks/key-value-api
1545 Downloads
Simple key-value cache API to abstract the underlying key-value store.
mgleis/php-sqlite-key-value-store
3 Downloads
A PHP library that implements a key/value store with SQLite as the persistence layer.
mata/mata-key-value
2471 Downloads
Generic Key -- Value store for MATA applications.
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.
jdodds/key-value-file
17 Downloads
a simple file-backed persistent key-value store
james-draper/sqlite-key-value-store
16 Downloads
cybersai/ussd-store
5 Downloads
A simple key-value store to save data in an array and serialized them so they can be stored in the database as text
adammbalogh/key-value-store-shared-memory
1107 Downloads
Key-value shared memory store through php shared memory module.