Libraries tagged by Key-Value Store
colinmollenhour/credis
44495801 Downloads
Credis is a lightweight interface to the Redis key-value store which wraps the phpredis library when available for better performance.
qcod/laravel-settings
213799 Downloads
Store key value pair in database as settings
webmozart/key-value-store
432085 Downloads
A key-value store API with implementations for different backends.
doctrine/key-value-store
272885 Downloads
Simple Key-Value Store Abstraction Layer that maps to PHP objects, allowing for many backends.
adammbalogh/key-value-store
44728 Downloads
Key-value store generic package. It contains abstractions.
white-rabbit-1-sketch/php-file-hash-map
5751 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.
redisent/redis
32652 Downloads
A simple, no-nonsense interface to the Redis for modest developers. It is designed to be flexible and tolerant of changes to the Redis protocol
solomon-ochepa/laravel-settings
10631 Downloads
Store settings as key-value pairs in the database.
tempest/kv-store
33129 Downloads
A component for working with key-value stores.
pilsetnieks/key-value-api
1577 Downloads
Simple key-value cache API to abstract the underlying key-value store.
adammbalogh/key-value-store-null
27241 Downloads
Key-value null store package. It literally does nothing.
divineomega/json-key-value-store
233909 Downloads
A simple JSON based key value store
bgaze/laravel-kvstore
202 Downloads
Database-backed key-value store for Laravel, cached and with per-entry type casting.
semitexa/platform-settings
131 Downloads
Semitexa Platform Settings system settings store for modules (multi-tenant aware)
naucon/storage
5161 Downloads
Storage Abstraction Layer .