Libraries tagged by key-value pairs
qcod/laravel-settings
207207 Downloads
Store key value pair in database as settings
dflydev/placeholder-resolver
14624022 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
588342 Downloads
A form type for managing key-value pairs
white-rabbit-1-sketch/php-file-hash-map
4454 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
9717 Downloads
Store settings as key-value pairs in the database.
rennokki/eloquent-settings
4226 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.
c975l/config-bundle
743 Downloads
A Symfony bundle that stores application configuration as key-value pairs in the database, with an EasyAdmin management interface, Twig/PHP accessors, and production deployment tooling.
justinskolnick/key-value
63 Downloads
KeyValue provides an interface for managing associative arrays as a collection of key-value pairs.
deemru/pairs
4147 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.
arthurydalgo/laravel-settings
634 Downloads
Store key value pair in database as settings
alex-kalanis/kw_storage
4964 Downloads
Universal storage library for store data as key-value pairs
laravel-discord/collection
9013 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
italofantone/key-value
74 Downloads
A simple key-value store, Laravel package for managing key-value pairs