dutchcodingcompany / cached-valuestore
Cached version of spatie/valuestore
Package info
github.com/DutchCodingCompany/cached-valuestore
pkg:composer/dutchcodingcompany/cached-valuestore
0.8.0
2026-09-03 09:41 UTC
Requires
- php: ^8.0|^8.1
- illuminate/container: ^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0|^13.0
- illuminate/events: ^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0|^13.0
- illuminate/queue: ^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0|^13.0
- illuminate/support: ^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0|^13.0
- spatie/valuestore: ^1.0
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
README
Adds a cached version of spatie/valuestore and registers it to the service container.
Installation
You can install the package via composer:
composer require dutchcodingcompany/cached-valuestore
Events
Three events are triggered:
DutchCodingCompany\CachedValuestore\Events\PutIntoValuestore, triggered byput,prepend,push,offsetSet,incrementanddecrementDutchCodingCompany\CachedValuestore\Events\ForgetFromValuestore, triggered byforgetDutchCodingCompany\CachedValuestore\Events\FlushValuestore, triggered byflushandflushStartingWith
License
The MIT License (MIT). Please see License File for more information.