team-reflex / onoi-illuminate
Laravel/Illuminate cache driver for onoi/cache.
Installs: 49
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 0
pkg:composer/team-reflex/onoi-illuminate
Requires
- php: >=5.4.0
- illuminate/cache: >=5.0
- onoi/cache: ^1.2
This package is auto-updated.
Last update: 2025-06-29 01:12:16 UTC
README
Laravel/Illuminate cache driver for onoi/cache.
Install
composer require team-reflex/onoi-illuminate
Usage
Either pull the Illuminate cache repository from the container or typehint an instance.
use Illuminate\Cache\Repository; use Reflex\OnoiIlluminate\IlluminateCache; $cache = new IlluminateCache(app(Repository::class));