Registry / database / webmozart-key-value-store

webmozart-key-value-store

JSON →
library1.0.0phppackagistunverified

A key-value store API with implementations for different backends.

composer require webmozart/key-value-store
INSTALL
IMPORT
SIG · WEBMOZART-KEY-VALU
W
webmozart-key-value-store
databasephpv1.0.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

KeyValueStore
use Webmozart\KeyValueStore\KeyValueStore;

Store and retrieve a value.

use Webmozart\KeyValueStore\KeyValueStore; $store = new KeyValueStore(); $store->set('key', 'value'); echo $store->get('key');
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.0latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
24 hits · last 30 days
node
20
Meta
2
OpenAI (training)
1
Resources
webmozart-key-value-store — pip install webmozart-key-value-store · libregistry