teamreflex / Onoi-Illuminate by Kairu

Laravel/Illuminate cache driver for onoi/cache.
40
0
4
Package Data
Maintainer Username: Kairu
Maintainer Contact: kyle@team-reflex.com (Kyle Ward)
Package Create Date: 2017-01-18
Package Last Update: 2017-01-24
Language: PHP
License: MIT
Last Refreshed: 2024-06-17 03:03:14
Package Statistics
Total Downloads: 40
Monthly Downloads: 3
Daily Downloads: 0
Total Stars: 0
Total Watchers: 4
Total Forks: 0
Total Open Issues: 0

Onoi-Illuminate

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));