Libraries tagged by key-value
a4sex/key-value-storage
942 Downloads
A simple key-value storage based on PSR-6, Caching Interface.
sikker/notnosql
17 Downloads
The SQL-based NoSQL library for PHP -- it's NoSQL, even though it's not!
paragi/rocket-store
8 Downloads
A simple but powerfull database, based on flat file storage.
mreschke/keystone
1990 Downloads
Keystone Key/Value Store
jorisvaesen/cakephp-keyvalue-pairs
73 Downloads
CakePHP plugin to handle key-value pairs to be mapped between datasource and application
gamegos/nosql
600 Downloads
Library to store data in NoSql databases
deemru/pairs
3943 Downloads
Simple key-value SQLite storage
bnomei/kirby3-sqlite-cachedriver
1182 Downloads
SQLite based Cache-Driver
bnomei/kirby3-redis-cachedriver
1349 Downloads
Advanced Redis cache-driver with in-memory store, transactions and preloading
aalfiann/filebase
118 Downloads
A Simple but Powerful Flat File Database Storage.
offline/persistent-settings
2513 Downloads
Persistent Settings Manager for Laravel 5
kunicmarko/simple-configuration-bundle
7 Downloads
This is a Symfony Bundle that adds key value storage to your Sonata admin.
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.
unnovate/laravel-settings
8 Downloads
Store key value pair in database as settings
romeoz/rock-cache
3083 Downloads
Unified API for key-value storages in memory. As a storage can be used: APC, Redis, Memcache, Couchbase or MongoDB. All storage objects have one interface, so you can switch them without changing the working code.