Libraries tagged by key value store
arifmahmudrana/context
24 Downloads
PHP single context. Key value store in current context.
kmfk/slowdb
38 Downloads
A Key/Value Store written in PHP
arthurydalgo/laravel-settings
419 Downloads
Store key value pair in database as settings
hananils/kirby-choices
17 Downloads
For any list field offering options in the blueprint, like select, multiselect or checkboxlist, Choices will load and return the readable text values for the keys stored in the content file. It works with static options directly set in the blueprint as well as dynamic ones loaded via query or api settings.
white-rabbit-1-sketch/php-file-hash-map
3 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.
igaster/laravel-model-options
723 Downloads
Store an Options array in a JSON column. Get/Set values as if they were seperate keys in the Database
tikaszvince/key-value-store-memcache
4 Downloads
Key-value memcache store through memcache extension.
saeedazizi/key-value-store
40 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
128 Downloads
Standard interfaces for common key-value-stores.
mgleis/php-sqlite-key-value-store
2 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
10 Downloads
Simple Key-Value Store Abstraction Layer that maps to PHP objects, allowing for many backends.