Registry / utility / spatie-valuestore

spatie-valuestore

JSON →
library1.3.3phppackagistunverified

Easily store some values.

composer require spatie/valuestore
INSTALL
IMPORT
SIG · SPATIE-VALUESTORE
S
spatie-valuestore
utilityphpv1.3.3
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.

Valuestore
use Spatie\Valuestore\Valuestore;

Create a valuestore and store/retrieve a value.

<?php use Spatie\Valuestore\Valuestore; $store = Valuestore::make('path/to/file.json'); $store->put('key', 'value'); echo $store->get('key');
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.3.3latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
spatie-valuestore — pip install spatie-valuestore · libregistry