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

ActiveLibrary

tlapi/bjy-cache-storage
=======================

Various storage adapters for Zend\\Cache

08PHP

Since Feb 13Pushed 12y ago1 watchersCompare

[ Source](https://github.com/Tlapi/BjyCacheStorage)[ Packagist](https://packagist.org/packages/tlapi/bjy-cache-storage)[ RSS](/packages/tlapi-bjy-cache-storage/feed)WikiDiscussions master Synced 3d ago

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

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 85.7% 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/ea26848118444764bac8dc4d2092899cc1ab857d90a5b6b1df4ccaf99a7a9f22?d=identicon)[Tlapi](/maintainers/Tlapi)

---

Top Contributors

[![bjyoungblood](https://avatars.githubusercontent.com/u/230542?v=4)](https://github.com/bjyoungblood "bjyoungblood (12 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/tlapi-bjy-cache-storage/health.svg)

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

PHPackages © 2026

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