PHPackages                             bkhrupa/kohana-rediscache - 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. bkhrupa/kohana-rediscache

ActiveKohana-module[Caching](/categories/caching)

bkhrupa/kohana-rediscache
=========================

Very simple phpredis cache module for kohana3.3

1.2.0(11y ago)5213.3k2MITPHPPHP &gt;=5.3.3

Since Feb 21Pushed 6y ago2 watchersCompare

[ Source](https://github.com/bkhrupa/kohana-rediscache)[ Packagist](https://packagist.org/packages/bkhrupa/kohana-rediscache)[ Docs](https://github.com/bkhrupa/kohana-rediscache)[ RSS](/packages/bkhrupa-kohana-rediscache/feed)WikiDiscussions 3.3/master Synced 1mo ago

READMEChangelog (2)Dependencies (3)Versions (6)Used By (0)

rediscache-kohana3.3
====================

[](#rediscache-kohana33)

Very simple cache module phpredis for kohana3.3 :) Require Kohana Cache module

Redis client - phpredis ()

Original module - ()

Example
-------

[](#example)

Enable module `bootstrap.php`

```
Kohana::modules(array(
    ...
    'cache' => MODPATH.'cache',
    'rediscache' => MODPATH.'rediscache',
    ...
));

```

Config. Add to Kohana cache config redis driver `config/cache.php`

```
...
'redis' => array(
    'driver'             => 'redis',
    'port'               => 6379,
    'host'               => 'localhost',
    'db_num'             => 0,
    'igbinary_serialize' => false,
    'password'           => '',
),
...

```

If redis by default cache driver needed `bootstrap.php`

```
// default cache driver
Cache::$default = 'redis';

```

Usage

```
$redis_cache = Cache::instance('redis');
$redis_cache->set('test_cache', array('foo', 'bar'), 10);
$redis_cache->get('test_cache');

```

###  Health Score

36

—

LowBetter than 82% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity36

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

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

###  Release Activity

Cadence

Every ~1 days

Total

4

Last Release

4100d ago

### Community

Maintainers

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

---

Top Contributors

[![bkhrupa](https://avatars.githubusercontent.com/u/3930286?v=4)](https://github.com/bkhrupa "bkhrupa (14 commits)")[![asoow](https://avatars.githubusercontent.com/u/3378086?v=4)](https://github.com/asoow "asoow (3 commits)")[![aleksraiden](https://avatars.githubusercontent.com/u/65920?v=4)](https://github.com/aleksraiden "aleksraiden (2 commits)")

---

Tags

kohanarediscachemodule

### Embed Badge

![Health badge](/badges/bkhrupa-kohana-rediscache/health.svg)

```
[![Health](https://phpackages.com/badges/bkhrupa-kohana-rediscache/health.svg)](https://phpackages.com/packages/bkhrupa-kohana-rediscache)
```

###  Alternatives

[rediska/rediska

Full-featured PHP client for key-value database Redis

258241.4k1](/packages/rediska-rediska)[cache/redis-adapter

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

523.9M27](/packages/cache-redis-adapter)[rtcamp/nginx-helper

Cleans nginx's fastcgi/proxy cache or redis-cache whenever a post is edited/published. Also provides cloudflare edge cache purging with Cache-Tags.

23517.0k1](/packages/rtcamp-nginx-helper)[kdyby/redis

Redis storage for Nette Framework

491.6M2](/packages/kdyby-redis)[matomo/cache

PHP caching library based on Doctrine cache

38854.1k4](/packages/matomo-cache)[ihor/cachalot

Cache a lot in a proper way (APC, XCache, Memcached, Redis, Couchbase)

2528.1k](/packages/ihor-cachalot)

PHPackages © 2026

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