Libraries tagged by key-value pairs
dflydev/placeholder-resolver
14297931 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.
qcod/laravel-settings
160291 Downloads
Store key value pair in database as settings
burgov/key-value-form-bundle
553661 Downloads
A form type for managing key-value pairs
deemru/pairs
3930 Downloads
Simple key-value SQLite storage
solomon-ochepa/laravel-settings
1060 Downloads
Store settings as key-value pairs in the database.
rennokki/eloquent-settings
4215 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.
northrook/pathfinder
221 Downloads
A PHP library to help find paths and directories at runtime, using predefined key-value pair, or `ParameterBag`.
dontdrinkandroot/doctrine-key-value-storage-bundle
196 Downloads
Allows to store typed key-value pairs in the Doctrine ORM.
white-rabbit-1-sketch/php-file-hash-map
3 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.
pkg6/kv-settings
156 Downloads
Expand fields through key value pairs
isolution/meta-data
21 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.
arthurydalgo/laravel-settings
392 Downloads
Store key value pair in database as settings
jorisvaesen/cakephp-keyvalue-pairs
70 Downloads
CakePHP plugin to handle key-value pairs to be mapped between datasource and application
italofantone/key-value
26 Downloads
A simple key-value store, Laravel package for managing key-value pairs
solophp/storage
82 Downloads
Simple file-based storage system for storing string data using key-value pairs.