Libraries tagged by key-value pairs
qcod/laravel-settings
180592 Downloads
Store key value pair in database as settings
dflydev/placeholder-resolver
14445530 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
568573 Downloads
A form type for managing key-value pairs
solomon-ochepa/laravel-settings
4740 Downloads
Store settings as key-value pairs in the database.
deemru/pairs
4087 Downloads
Simple key-value SQLite storage
rennokki/eloquent-settings
4221 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.
arthurydalgo/laravel-settings
491 Downloads
Store key value pair in database as settings
italofantone/key-value
37 Downloads
A simple key-value store, Laravel package for managing key-value pairs
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.
sylae/collection
443 Downloads
Collection, an utility to conventionally store a key-value pair.
alex-kalanis/kw_storage
4792 Downloads
Universal storage library for store data as key-value pairs
laravel-discord/collection
8984 Downloads
Collection, an utility to conventionally store a key-value pair.
jorisvaesen/cakephp-keyvalue-pairs
74 Downloads
CakePHP plugin to handle key-value pairs to be mapped between datasource and application
dontdrinkandroot/doctrine-key-value-storage-bundle
379 Downloads
Allows to store typed key-value pairs in the Doctrine ORM.
solophp/storage
84 Downloads
Simple file-based storage system for storing string data using key-value pairs.