upaid / contextual-keys
This package provides a simple way to create contextual keys based on caller class, context, action and key. Useful for dedicated cache classes
1.0.0
2018-06-22 10:57 UTC
Requires (Dev)
- phpunit/phpunit: ~7.0
This package is not auto-updated.
Last update: 2026-03-15 13:26:17 UTC
README
This package provides a simple way to create contextual keys based on caller class, context, action and key. Useful for dedicated cache classes
Installation
This package can be installed through Composer:
composer require upaid/contextual-keys
Or by adding the following line to the require section of your Laravel app's composer.json file:
"require": { "upaid/contextual-keys": "1.*" }
Run composer update upaid/contextual-keys to install the package.