PHPackages                             bjyoungblood/bjy-cache-storage - 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. bjyoungblood/bjy-cache-storage

AbandonedArchivedLibrary[Caching](/categories/caching)

bjyoungblood/bjy-cache-storage
==============================

Various storage adapters for Zend\\Cache

11628PHP

Since Aug 5Pushed 11y ago1 watchersCompare

[ Source](https://github.com/bjyoungblood/BjyCacheStorage)[ Packagist](https://packagist.org/packages/bjyoungblood/bjy-cache-storage)[ RSS](/packages/bjyoungblood-bjy-cache-storage/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

BjyCacheStorage
===============

[](#bjycachestorage)

Provides cache storage adapters for backends not supplied by Zend\\Cache.

Adapters
--------

[](#adapters)

- Redis (requires Predis &gt;= v0.7)
- ZendDb (using most RDBMS platforms)

Usage
-----

[](#usage)

```
$objectProxy = PatternFactory::factory('object', array(
    'object' => $object,
    'storage' => 'redis'
));
```

Or for more options:

```
$objectProxy = PatternFactory::factory('object', array(
    'object' => $object,
    'storage' => array(
        'adapter' => array(
            'name' => 'zenddb',
            'options' => array(
                'adapter'    => new Zend\Db\Adapter\Adapter,
                'tablename'  => 'cache',
                'keyfield'   => 'key',
                'valuefield' => 'value'
            ),
        ),
    ),
);
```

Configuration
-------------

[](#configuration)

For configuration options for Redis, please check the readme for the [Predis library](https://github.com/nrk/predis)

All configuration options for Zend\\Db are shown in the example above

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 76.5% 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/56cbb6bc9af630fdda18301a0ca905052bcc33c6eecfc100a58d5759a7c7e645?d=identicon)[bjyoungblood](/maintainers/bjyoungblood)

---

Top Contributors

[![bjyoungblood](https://avatars.githubusercontent.com/u/230542?v=4)](https://github.com/bjyoungblood "bjyoungblood (13 commits)")[![dpeuscher](https://avatars.githubusercontent.com/u/2235055?v=4)](https://github.com/dpeuscher "dpeuscher (2 commits)")[![EvanDotPro](https://avatars.githubusercontent.com/u/5607?v=4)](https://github.com/EvanDotPro "EvanDotPro (1 commits)")[![TheFrozenFire](https://avatars.githubusercontent.com/u/948014?v=4)](https://github.com/TheFrozenFire "TheFrozenFire (1 commits)")

### Embed Badge

![Health badge](/badges/bjyoungblood-bjy-cache-storage/health.svg)

```
[![Health](https://phpackages.com/badges/bjyoungblood-bjy-cache-storage/health.svg)](https://phpackages.com/packages/bjyoungblood-bjy-cache-storage)
```

###  Alternatives

[predis/predis

A flexible and feature-complete Redis/Valkey client for PHP.

7.8k305.7M2.4k](/packages/predis-predis)[snc/redis-bundle

A Redis bundle for Symfony

1.0k39.4M67](/packages/snc-redis-bundle)[react/cache

Async, Promise-based cache interface for ReactPHP

444112.4M40](/packages/react-cache)[wp-media/wp-rocket

Performance optimization plugin for WordPress

7431.3M3](/packages/wp-media-wp-rocket)[illuminate/cache

The Illuminate Cache package.

12835.6M1.4k](/packages/illuminate-cache)[colinmollenhour/php-redis-session-abstract

A Redis-based session handler with optimistic locking

6325.6M14](/packages/colinmollenhour-php-redis-session-abstract)

PHPackages © 2026

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