PHPackages                             cable/cable-caching - 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. cable/cable-caching

ActiveLibrary[Caching](/categories/caching)

cable/cable-caching
===================

Caching library for Cable Framework

1.1.0(9y ago)0152MITPHP

Since May 29Pushed 9y ago1 watchersCompare

[ Source](https://github.com/CableFramework/Caching)[ Packagist](https://packagist.org/packages/cable/cable-caching)[ RSS](/packages/cable-cable-caching/feed)WikiDiscussions master Synced 1w ago

READMEChangelogDependencies (3)Versions (12)Used By (2)

Caching
=======

[](#caching)

Cache library for Cable Framework

memcache
--------

[](#memcache)

```
$container = Factory::create();
$container->addProvider(CachingProvider::class);
$container->addProvider(MemcacheDriverProvider::class);

$cache = Caching::create($container);

$memcache = $cache->driver('memcache');
```

Redis
-----

[](#redis)

```
$container = Factory::create();
$container->addProvider(CachingProvider::class);
$container->addProvider(RedisDriverProvider::class);

$cache = Caching::create($container);

$memcache = $cache->driver('redis');
```

array
-----

[](#array)

```
$container = Factory::create();
$container->addProvider(CachingProvider::class);
$cache = Caching::create($container);

$memcache = $cache->driver('array');
```

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity70

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

Total

11

Last Release

3354d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/3c3f1e53b43ef665cfe41f9c7fa30ca07d8c615020c30eeccdc4be0209a32bc3?d=identicon)[anonymframework](/maintainers/anonymframework)

---

Top Contributors

[![anonymframework](https://avatars.githubusercontent.com/u/13378594?v=4)](https://github.com/anonymframework "anonymframework (35 commits)")

### Embed Badge

![Health badge](/badges/cable-cable-caching/health.svg)

```
[![Health](https://phpackages.com/badges/cable-cable-caching/health.svg)](https://phpackages.com/packages/cable-cable-caching)
```

###  Alternatives

[iazaran/smart-cache

Smart Cache is a caching optimization package designed to enhance the way your Laravel application handles data caching. It intelligently manages large data sets by compressing, chunking, or applying other optimization strategies to keep your application performant and efficient.

21114.2k](/packages/iazaran-smart-cache)

PHPackages © 2026

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