PHPackages                             amodar/illuminate-adapter - 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. amodar/illuminate-adapter

ActiveLibrary[Caching](/categories/caching)

amodar/illuminate-adapter
=========================

A PSR-6 cache implementation using Illuminate. This implementation supports tags

0.2.1(6y ago)06191MITPHPPHP ^5.6 || ^7.0

Since Jul 16Pushed 6y agoCompare

[ Source](https://github.com/Amodar/illuminate-adapter)[ Packagist](https://packagist.org/packages/amodar/illuminate-adapter)[ Docs](http://www.php-cache.com/en/latest/)[ RSS](/packages/amodar-illuminate-adapter/feed)WikiDiscussions master Synced today

READMEChangelog (1)Dependencies (8)Versions (4)Used By (1)

Illuminate PSR-6 Cache pool (laravel 6 support)
===============================================

[](#illuminate-psr-6-cache-pool-laravel-6-support)

This is a PSR-6 cache implementation using Illuminate cache. It is a part of the PHP Cache organisation. To read about features like tagging and hierarchy support please read the shared documentation at [www.php-cache.com](http://www.php-cache.com).

This is a PSR-6 to Illuminate bridge.

### Install

[](#install)

```
composer require cache/illuminate-adapter
```

Use
---

[](#use)

```
use Illuminate\Cache\ArrayStore;
use Cache\Adapter\Illuminate\IlluminateCachePool;

// Create an instance of an Illuminate's Store
$store = new ArrayStore();

// Wrap the Illuminate's store with the PSR-6 adapter
$pool = new IlluminateCachePool($store);
```

### Contribute

[](#contribute)

Contributions are very welcome! Send a pull request to the [main repository](https://github.com/php-cache/cache) or report any issues you find on the [issue tracker](http://issues.php-cache.com).

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

 Bus Factor2

2 contributors hold 50%+ of commits

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 ~390 days

Total

3

Last Release

2439d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/42eb88eccfe1d8681ebabf14711535a106b2a9fbe7f0ef01da250064017a5086?d=identicon)[Amodar](/maintainers/Amodar)

---

Top Contributors

[![Nyholm](https://avatars.githubusercontent.com/u/1275206?v=4)](https://github.com/Nyholm "Nyholm (7 commits)")[![Amodar](https://avatars.githubusercontent.com/u/6911379?v=4)](https://github.com/Amodar "Amodar (6 commits)")[![prisis](https://avatars.githubusercontent.com/u/2716058?v=4)](https://github.com/prisis "prisis (3 commits)")[![carusogabriel](https://avatars.githubusercontent.com/u/16328050?v=4)](https://github.com/carusogabriel "carusogabriel (2 commits)")[![florianv](https://avatars.githubusercontent.com/u/1586668?v=4)](https://github.com/florianv "florianv (1 commits)")[![Korbeil](https://avatars.githubusercontent.com/u/944409?v=4)](https://github.com/Korbeil "Korbeil (1 commits)")

---

Tags

laravelcachepsr-6tagilluminate

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/amodar-illuminate-adapter/health.svg)

```
[![Health](https://phpackages.com/badges/amodar-illuminate-adapter/health.svg)](https://phpackages.com/packages/amodar-illuminate-adapter)
```

###  Alternatives

[cache/illuminate-adapter

A PSR-6 cache implementation using Illuminate. This implementation supports tags

1177.6k2](/packages/cache-illuminate-adapter)[cache/array-adapter

A PSR-6 cache implementation using a php array. This implementation supports tags

548.3M151](/packages/cache-array-adapter)[cache/redis-adapter

A PSR-6 cache implementation using Redis (PhpRedis). This implementation supports tags

523.9M27](/packages/cache-redis-adapter)[cache/adapter-common

Common classes for PSR-6 adapters

11124.4M38](/packages/cache-adapter-common)[cache/filesystem-adapter

A PSR-6 cache implementation using filesystem. This implementation supports tags

705.8M82](/packages/cache-filesystem-adapter)[cache/predis-adapter

A PSR-6 cache implementation using Redis (Predis). This implementation supports tags

272.6M13](/packages/cache-predis-adapter)

PHPackages © 2026

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