Libraries tagged by Key-Value Store
lucinda/nosql-data-access
23459 Downloads
API abstracting communication with NoSQL key-value store databases through a PDO-like structure
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.
paragi/rocket-store
8 Downloads
A simple but powerfull database, based on flat file storage.
rediscluster/rediscluster
1317 Downloads
a php interface to a Cluster of Redis key-value store
mreschke/keystone
2056 Downloads
Keystone Key/Value Store
gamegos/nosql
603 Downloads
Library to store data in NoSql databases
carpehora/extrapropertiesbehavior
20783 Downloads
ExtraPropertiesBehavior is a propel behavior to store key/value extra fields in a propel model.
eugef/phpredexpert
151 Downloads
Lightweight and powerful web tool for Redis key-value store management and administration.
bgaze/laravel-kvstore
179 Downloads
A simple and easy to use key-value store for Laravel 5.5+
arifmahmudrana/context
24 Downloads
PHP single context. Key value store in current context.
ianstudios/settings
30 Downloads
This package adds application wide (key:value) settings stored in your database.
arthurydalgo/laravel-settings
466 Downloads
Store key value pair in database as settings
valzargaming/collection
652 Downloads
Collection, an utility to conventionally store a key-value pair.
sylae/collection
443 Downloads
Collection, an utility to conventionally store a key-value pair.
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.