Libraries tagged by key-value pairs
dflydev/placeholder-resolver
14392351 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
172433 Downloads
Store key value pair in database as settings
burgov/key-value-form-bundle
562557 Downloads
A form type for managing key-value pairs
solomon-ochepa/laravel-settings
3217 Downloads
Store settings as key-value pairs in the database.
dontdrinkandroot/doctrine-key-value-storage-bundle
308 Downloads
Allows to store typed key-value pairs in the Doctrine ORM.
rennokki/eloquent-settings
4217 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.
italofantone/key-value
33 Downloads
A simple key-value store, Laravel package for managing key-value pairs
deemru/pairs
3974 Downloads
Simple key-value SQLite storage
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.
isolution/meta-data
44 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
423 Downloads
Store key value pair in database as settings
jorisvaesen/cakephp-keyvalue-pairs
74 Downloads
CakePHP plugin to handle key-value pairs to be mapped between datasource and application
solophp/storage
83 Downloads
Simple file-based storage system for storing string data using key-value pairs.
irfantoor/datastore
32 Downloads
Data Store of key, value pairs
xety/collection
28 Downloads
Collection, an utility to conventionally store a key-value pair.