PHPackages                             istyle-inc/laravel-dual-cache - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Caching](/categories/caching)
4. /
5. istyle-inc/laravel-dual-cache

AbandonedArchivedLibrary[Caching](/categories/caching)

istyle-inc/laravel-dual-cache
=============================

dual cache provider

1.0.0(7y ago)02MITPHPPHP &gt;=7.0.0

Since Sep 19Pushed 7y ago2 watchersCompare

[ Source](https://github.com/istyle-inc/laravel-dual-cache)[ Packagist](https://packagist.org/packages/istyle-inc/laravel-dual-cache)[ RSS](/packages/istyle-inc-laravel-dual-cache/feed)WikiDiscussions master Synced yesterday

READMEChangelog (1)Dependencies (10)Versions (2)Used By (0)

Istyle\\LaravelDualCache
========================

[](#istylelaraveldualcache)

[![Build Status](https://camo.githubusercontent.com/c0b513415409d4e8546ab21ff62da5ea7b26e8e65402aefb8e62365baa942660/687474703a2f2f696d672e736869656c64732e696f2f7472617669732f697374796c652d696e632f6c61726176656c2d6475616c2d63616368652f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/istyle-inc/laravel-dual-cache)[![Coverage Status](https://camo.githubusercontent.com/80d06a9af06b24f503a5ee1f25155d3af46f4843ef446ff059f13c2d66040158/687474703a2f2f696d672e736869656c64732e696f2f636f766572616c6c732f697374796c652d696e632f6c61726176656c2d6475616c2d63616368652f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://coveralls.io/github/istyle-inc/laravel-dual-cache?branch=master)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/4803ab7592695f45774710c38acf1d3aeb8b209105eab2d5a68af1d030535da1/687474703a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f697374796c652d696e632f6c61726176656c2d6475616c2d63616368652e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/istyle-inc/laravel-dual-cache/?branch=master)

[![License](https://camo.githubusercontent.com/ce0a00754b001d2e64d461be6a59d9da8a08527d26b2b8c4e6a779040e077207/687474703a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f697374796c652d696e632f6c61726176656c2d6475616c2d63616368652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/istyle-inc/laravel-dual-cache)[![Latest Version](https://camo.githubusercontent.com/82044be7fde9e24c303e16078851d6e127891df0496cf4ee127fc014c92a7a5d/687474703a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f697374796c652d696e632f6c61726176656c2d6475616c2d63616368652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/istyle-inc/laravel-dual-cache)[![Total Downloads](https://camo.githubusercontent.com/0de4dba8db06d13ea4768ff27fbba055bdf3aa7505e102bf7b43d73ded48f38b/687474703a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f697374796c652d696e632f6c61726176656c2d6475616c2d63616368652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/istyle-inc/laravel-dual-cache)

Install
-------

[](#install)

required &gt;= PHP 7.0

$ composer require istyle-inc/laravel-dual-cache

**Supported Auto-Discovery(^Laravel5.5)**

Usage
-----

[](#usage)

added config/cache.php

### example

[](#example)

```
'your-cache-driver-name' => [
    'driver' => 'dual-cache',
    'primary' => 'memcached',
    'secondary' => 'file',
],
```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity2

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity57

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

2792d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/47817f3dd2890864096bd77ee772ec46061432f128988ca23939b0ca486d7bc3?d=identicon)[ytake](/maintainers/ytake)

---

Top Contributors

[![ytake](https://avatars.githubusercontent.com/u/4454078?v=4)](https://github.com/ytake "ytake (10 commits)")

---

Tags

cachelaravelpackagephp7laravelcache

###  Code Quality

TestsPHPUnit

Code StylePHP CS Fixer

### Embed Badge

![Health badge](/badges/istyle-inc-laravel-dual-cache/health.svg)

```
[![Health](https://phpackages.com/badges/istyle-inc-laravel-dual-cache/health.svg)](https://phpackages.com/packages/istyle-inc-laravel-dual-cache)
```

###  Alternatives

[spatie/laravel-responsecache

Speed up a Laravel application by caching the entire response

2.8k8.2M51](/packages/spatie-laravel-responsecache)[omaralalwi/lexi-translate

Laravel translation package with morph relationships and caching.

754.3k2](/packages/omaralalwi-lexi-translate)[karriere/state

Laravel package for storing current application state in cache/session

1718.5k](/packages/karriere-state)[michele-angioni/support

Support is a Laravel package which promotes the use of best practices and design patterns.

181.4k1](/packages/michele-angioni-support)[makbulut/laravel-aerospike

Aerospike cache driver for Laravel

102.2k](/packages/makbulut-laravel-aerospike)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
