Libraries tagged by keyvalue
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.
weesee/yii2-etcd
389 Downloads
Yii2 extension to work with ETCD key-value store from CoreOS
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.
piotrpress/initer
267 Downloads
This library reads/writes flat array data from/to key=value format compatible with .ini and .env files.
penate/server
0 Downloads
Open source, in-memory key value storage written in PHP.
namshi/gvalue
25052 Downloads
A library to parse Google Docs and convert them into a key-value array
nabeghe/light-localization
90 Downloads
A light weight, key-value & path-based PHP localization library that translations are loaded up when needed.
miladimos/conf
276 Downloads
a dynamic key:value json config file
lucasgiovanny/filament-inline-translate-field
54 Downloads
Create a beautiful key-value field to allow users to enter all possible language values for a field on the same page
ianstudios/settings
30 Downloads
This package adds application wide (key:value) settings stored in your database.
ianstudios/filament-settings
30 Downloads
This package adds a way to interact with key:value settings in Filament.
ghalambaz/config-file-manager
224 Downloads
config(key-value) file editor for PHP
eugef/phpredexpert
151 Downloads
Lightweight and powerful web tool for Redis key-value store management and administration.
dirtyscript/flatdb
45 Downloads
Flat file simple key-value DataBase
bgaze/laravel-kvstore
179 Downloads
A simple and easy to use key-value store for Laravel 5.5+