teamreflex / Onoi-Illuminate by Kairu

Laravel/Illuminate cache driver for onoi/cache.
36
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-05-03 03:03:22
Package Statistics
Total Downloads: 36
Monthly Downloads: 1
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));