Libraries tagged by Key value
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.
survos/pixie-bundle
644 Downloads
Symfony Bundle to easily allow a SQLite Key Value lookup. Optionally uses zip and bunny utilities for sync
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
262 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
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
isolution/meta-data
47 Downloads
This service provides a dynamic and flexible way to manage key-value structured data, allowing developers to seamlessly handle unknown or loosely defined attributes in their Laravel applications. By leveraging Laravel's powerful Collections and Eloquent ORM, the service introduces a structured approach to store, retrieve, and manipulate data stored as key-value pairs.
hengebytes/setting-bundle
31 Downloads
Key-value storage for Symfony with encryption
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
dface/generic-storage
337 Downloads
Generic storage structures (key-value, set, association) with mysql and memory persistence
cable8mm/enum-getter
446 Downloads
This package make Enums simple for making keys, values and combine array including translate function.
bgaze/laravel-kvstore
179 Downloads
A simple and easy to use key-value store for Laravel 5.5+