PHPackages                             iainconnor/illuminate-to-doctrine-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. iainconnor/illuminate-to-doctrine-cache

ActiveLibrary[Caching](/categories/caching)

iainconnor/illuminate-to-doctrine-cache
=======================================

Provides a mapping between Illuminate and Doctrine Cache components.

1.0.1(8y ago)11.2k1PHP

Since Jul 6Pushed 8y ago1 watchersCompare

[ Source](https://github.com/iainconnor/illuminate-to-doctrine-cache)[ Packagist](https://packagist.org/packages/iainconnor/illuminate-to-doctrine-cache)[ RSS](/packages/iainconnor-illuminate-to-doctrine-cache/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (1)Dependencies (6)Versions (3)Used By (0)

Illuminate To Doctrine Cache
============================

[](#illuminate-to-doctrine-cache)

Provides a mapping between Illuminate and Doctrine Cache components.

[![Illuminate To Doctrine Cache](https://github.com/iainconnor/illuminate-to-doctrine-cache/raw/master/logo.png)](https://github.com/iainconnor/illuminate-to-doctrine-cache/raw/master/logo.png)

Installation
------------

[](#installation)

From composer, `composer require iainconnor/illuminate-to-doctrine-cache`.

Usage
-----

[](#usage)

1. Configure your Illuminate cache as normal in Laravel or Lumen.
2. Add `\IainConnor\IlluminateToDoctrineCache\IlluminateToDoctrineCacheServiceProvider` in [Laravel](https://laravel.com/docs/5.4/providers#registering-providers) or [Lumen](https://lumen.laravel.com/docs/5.4/providers#registering-providers).
3. Fetch `\IainConnor\IlluminateToDoctrineCache\IlluminateToDoctrineCacheFactory` from the service container.
4. Call the `getDoctrineCacheForIlluminateCache()` method to get an instance of `\Doctrine\Common\Cache\Cache` for your configured Illuminate cache.
5. Be sure to catch and handle `\IainConnor\IlluminateToDoctrineCache\NoMatchingCacheException`, which will be thrown if no matching Doctrine cache can be found for your Illuminate cache.
    Currently supported Illuminate cache drivers are `redis`, `memcached`, `file`, `array` and `apc`.

###  Health Score

31

—

LowBetter than 66% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity64

Established project with proven stability

 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

Every ~200 days

Total

2

Last Release

3081d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/4603014?v=4)[Iain Connor](/maintainers/iainconnor)[@iainconnor](https://github.com/iainconnor)

---

Top Contributors

[![iainconnor](https://avatars.githubusercontent.com/u/4603014?v=4)](https://github.com/iainconnor "iainconnor (9 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/iainconnor-illuminate-to-doctrine-cache/health.svg)

```
[![Health](https://phpackages.com/badges/iainconnor-illuminate-to-doctrine-cache/health.svg)](https://phpackages.com/packages/iainconnor-illuminate-to-doctrine-cache)
```

###  Alternatives

[spatie/laravel-responsecache

Speed up a Laravel application by caching the entire response

2.8k8.7M64](/packages/spatie-laravel-responsecache)[mongodb/laravel-mongodb

A MongoDB based Eloquent model and Query builder for Laravel

7.1k8.4M91](/packages/mongodb-laravel-mongodb)[laravel/pulse

Laravel Pulse is a real-time application performance monitoring tool and dashboard for your Laravel application.

1.7k15.1M125](/packages/laravel-pulse)[toin0u/geocoder-laravel

Geocoder Service Provider for Laravel

7615.4M15](/packages/toin0u-geocoder-laravel)[mike-bronner/laravel-model-caching

Automatic caching for Eloquent models.

2.4k55.1k1](/packages/mike-bronner-laravel-model-caching)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9762.4M123](/packages/roots-acorn)

PHPackages © 2026

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