PHPackages                             smoke/zf2-cache-storage-redis-array - 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. smoke/zf2-cache-storage-redis-array

ActiveLibrary[Caching](/categories/caching)

smoke/zf2-cache-storage-redis-array
===================================

RedisArray Cache Storage for Zend Framework 2

v1.2.0(6y ago)726.5k2MITPHPPHP ^5.5 || ^7.0CI failing

Since Jul 9Pushed 6y ago2 watchersCompare

[ Source](https://github.com/smoke/zf2-cache-storage-redis-array)[ Packagist](https://packagist.org/packages/smoke/zf2-cache-storage-redis-array)[ Docs](https://github.com/smoke/zf2-cache-storage-redis-array)[ RSS](/packages/smoke-zf2-cache-storage-redis-array/feed)WikiDiscussions master Synced today

READMEChangelog (6)Dependencies (5)Versions (7)Used By (0)

RedisArray Cache Storage Adapter for ZF2
========================================

[](#redisarray-cache-storage-adapter-for-zf2)

[![Build Status](https://camo.githubusercontent.com/34662ffef3b91a2846b4a43c203e7f548686c62f6c3c109deebd002d1299c75d/68747470733a2f2f7472617669732d63692e6f72672f626f6573696e672f7a66322d63616368652d73746f726167652d72656469732d61727261792e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/boesing/zf2-cache-storage-redis-array)

This is RedisArray Cache Storage Adapter component for ZF2 inspired by \\Zend\\Cache\\Storage\\Adapter\\Redis

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

[](#installation)

This module only officially supports installation through Composer. For Composer documentation, please refer to [getcomposer.org](http://getcomposer.org/).

You can install the module from command line:

```
$ php composer.phar require smoke/zf2-cache-storage-redis-array:1.0.*
```

Alternatively, you can also add manually the dependency in your `composer.json` file:

```
{
    "require": {
        "smoke/zf2-cache-storage-redis-array": "1.0.*"
    }
}
```

Configuration settings
----------------------

[](#configuration-settings)

In your config/autoload/redis-array.php put the following settings to define the servers\_array:

```
return array(
    'caches' => array(
        'Cache\General' => array(
            'adapter' => array(
                'name' => '\Smoke\Cache\Storage\Adapter\RedisArray'
            ),
            'options' => array(
                'servers_array' => array(
                    array('host' => 'host1'/*, 'port' => 1234*/),
                    array('host' => 'host2')
                ),
                //'lazy_connect' => true,
                //'connect_timeout' => 15
            ),
        ),
    ),
);
```

For the rest of the ZF2 Cache Factory needed settings follow

### LICENSE

[](#license)

The files in this archive are released under the MIT license. You can find a copy of this license in [LICENSE.txt](LICENSE.txt).

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity27

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

Top contributor holds 74.1% 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 ~369 days

Recently: every ~461 days

Total

6

Last Release

2475d ago

PHP version history (2 changes)v1.0.0PHP &gt;=5.3.23

v1.1.0PHP ^5.5 || ^7.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/bb2738b201c0f9c9eb9a0682e72329fca6d2b8b1cf65402ed490a1e716879885?d=identicon)[boesing](/maintainers/boesing)

![](https://avatars.githubusercontent.com/u/196165?v=4)[Radoslav Kirilov](/maintainers/smoke)[@smoke](https://github.com/smoke)

---

Top Contributors

[![boesing](https://avatars.githubusercontent.com/u/2189546?v=4)](https://github.com/boesing "boesing (40 commits)")[![smoke](https://avatars.githubusercontent.com/u/196165?v=4)](https://github.com/smoke "smoke (12 commits)")[![CyberLine](https://avatars.githubusercontent.com/u/195617?v=4)](https://github.com/CyberLine "CyberLine (2 commits)")

---

Tags

rediscachezf2redisArray

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/smoke-zf2-cache-storage-redis-array/health.svg)

```
[![Health](https://phpackages.com/badges/smoke-zf2-cache-storage-redis-array/health.svg)](https://phpackages.com/packages/smoke-zf2-cache-storage-redis-array)
```

###  Alternatives

[tedivm/stash

The place to keep your cache.

9824.8M124](/packages/tedivm-stash)[awssat/laravel-visits

Laravel Redis visits counter for Eloquent models

975163.6k2](/packages/awssat-laravel-visits)[cache/redis-adapter

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

523.9M27](/packages/cache-redis-adapter)[tedivm/stash-bundle

Incorporates the Stash caching library into Symfony.

841.4M16](/packages/tedivm-stash-bundle)[kdyby/redis

Redis storage for Nette Framework

491.6M2](/packages/kdyby-redis)[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)
