Libraries tagged by keyvalue storage
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.
zf-hipsters/key-value-storage
20 Downloads
KeyValue Storage Adapter for Zend Cache
nokitakaze/keyvalue
38 Downloads
Key Value Storage
bashka/bricks_storage_keyvalue
19 Downloads
Хранилище типа ключ-значение
surda/key-value-storage
83 Downloads
Simple key-value storage for Nette Framework
ancor/yii2-related-kv-storage
1579 Downloads
Related key-value storage in SQL Database.
a4sex/key-value-storage
944 Downloads
A simple key-value storage based on PSR-6, Caching Interface.
freedomsex/key-value-storage
973 Downloads
A simple key-value storage based on PSR-6, Caching Interface.
sergey-lisitsyn/yii2-key-value-settings-storage
222 Downloads
Storage in database for persist, retrieve and manage system settings for web application
eslider/hkv-storage
629 Downloads
Hierarchy key-value data storage manager
hizpark/scoped-storage-strategy
14 Downloads
A flexible and pluggable storage strategy for managing scoped, temporary key-value data using sessions, tokens, Redis, and more.
alex-kalanis/kw_storage
4786 Downloads
Universal storage library for store data as key-value pairs
solophp/storage
83 Downloads
Simple file-based storage system for storing string data using key-value pairs.