dutchcodingcompany / cached-valuestore
Cached version of spatie/valuestore
Installs: 443
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 2
Open Issues: 0
pkg:composer/dutchcodingcompany/cached-valuestore
Requires
- php: ^8.0|^8.1
- illuminate/container: ^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0
- illuminate/events: ^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0
- illuminate/queue: ^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0
- illuminate/support: ^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0
- spatie/valuestore: ^1.0
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
,increment
anddecrement
DutchCodingCompany\CachedValuestore\Events\ForgetFromValuestore
, triggered byforget
DutchCodingCompany\CachedValuestore\Events\FlushValuestore
, triggered byflush
andflushStartingWith
License
The MIT License (MIT). Please see License File for more information.