Libraries tagged by keyvalue storage
vakata/kvstore
5620 Downloads
A simple key-value storage class
tcrypto/tcrypto
254 Downloads
Simple and flexible PHP 5.3+ key-value storage library.
sergey-lisitsyn/yii2-key-value-settings-storage
245 Downloads
Storage in database for persist, retrieve and manage system settings for web application
hizpark/scoped-storage-strategy
38 Downloads
A flexible and pluggable storage strategy for managing scoped, temporary key-value data using sessions, tokens, Redis, and more.
alex-kalanis/kw_storage
4792 Downloads
Universal storage library for store data as key-value pairs
mauris/packer
155 Downloads
Simple Key-Value Storage for PHP. dead simple.
kunicmarko/simple-configuration-bundle
8 Downloads
This is a Symfony Bundle that adds key value storage to your Sonata admin.
sikker/notnosql
18 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.
romeoz/rock-cache
3084 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.
penate/server
0 Downloads
Open source, in-memory key value storage written in PHP.
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.
thavarshan/storable
2721 Downloads
File Storabled key, value storage system.
cakebake/yii2-scalable-behavior
105 Downloads
Key-Value storage is a very simplistic, but very powerful model. Use this behavior to expand your Yii 2 model without changing the structure.
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.