Libraries tagged by key-value pairs
qcod/laravel-settings
214035 Downloads
Store key value pair in database as settings
dflydev/placeholder-resolver
14664007 Downloads
Given a data source representing key => value pairs, resolve placeholders like ${foo.bar} to the value associated with the 'foo.bar' key in the data source.
burgov/key-value-form-bundle
593071 Downloads
A form type for managing key-value pairs
white-rabbit-1-sketch/php-file-hash-map
5776 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.
solomon-ochepa/laravel-settings
10663 Downloads
Store settings as key-value pairs in the database.
rennokki/eloquent-settings
4232 Downloads
Eloquent Settings allows you to bind key-value pairs to any Laravel Eloquent model. It supports even casting for boolean, float or integer types.
justinskolnick/key-value
78 Downloads
KeyValue provides an interface for managing associative arrays as a collection of key-value pairs.
dontdrinkandroot/doctrine-key-value-storage-bundle
452 Downloads
Allows to store typed key-value pairs in the Doctrine ORM.
deemru/pairs
4169 Downloads
Simple key-value SQLite storage
taujor/cally
1 Downloads
Cally is a lightweight, immutable registry for storing and retrieving data or services in PHP. It provides a simple yet powerful way to manage configurations, dependencies, or any key-value pairs with support for immutability and PSR-11 compliance. Cally is ideal for any project where a full-fledged dependency injection container is unnecessary.
pkg6/kv-settings
200 Downloads
Expand fields through key value pairs
arthurydalgo/laravel-settings
693 Downloads
Store key value pair in database as settings
alex-kalanis/kw_storage
4982 Downloads
Universal storage library for store data as key-value pairs
jorisvaesen/cakephp-keyvalue-pairs
74 Downloads
CakePHP plugin to handle key-value pairs to be mapped between datasource and application
italofantone/key-value
74 Downloads
A simple key-value store, Laravel package for managing key-value pairs