Libraries tagged by key value store
arifmahmudrana/context
24 Downloads
PHP single context. Key value store in current context.
kmfk/slowdb
39 Downloads
A Key/Value Store written in PHP
ianstudios/settings
16 Downloads
This package adds application wide (key:value) settings stored in your database.
arthurydalgo/laravel-settings
455 Downloads
Store key value pair in database as settings
valzargaming/collection
650 Downloads
Collection, an utility to conventionally store a key-value pair.
sylae/collection
443 Downloads
Collection, an utility to conventionally store a key-value pair.
isolution/meta-data
51 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.
hananils/kirby-choices
19 Downloads
For any list field offering options in the blueprint, like select, multiselect or checkboxlist, Choices will load and return the readable text values for the keys stored in the content file. It works with static options directly set in the blueprint as well as dynamic ones loaded via query or api settings.
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.
igaster/laravel-model-options
723 Downloads
Store an Options array in a JSON column. Get/Set values as if they were seperate keys in the Database
tikaszvince/key-value-store-memcache
5 Downloads
Key-value memcache store through memcache extension.
saeedazizi/key-value-store
41 Downloads
Key-Value-Store tool for creating key value objects
rkr/sqlite-key-value-store
124 Downloads
A sqlite-based key-value-store implementation.
rkr/key-value-stores
129 Downloads
Standard interfaces for common key-value-stores.
pilsetnieks/key-value-api
1545 Downloads
Simple key-value cache API to abstract the underlying key-value store.