PHPackages                             illusorium/koseven-cache-redis - 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. illusorium/koseven-cache-redis

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

illusorium/koseven-cache-redis
==============================

Simplest Redis implementation of cache module for koseven framework

02452PHP

Since Aug 25Pushed 5y ago1 watchersCompare

[ Source](https://github.com/illusorium/koseven-cache-redis)[ Packagist](https://packagist.org/packages/illusorium/koseven-cache-redis)[ RSS](/packages/illusorium-koseven-cache-redis/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependenciesVersions (1)Used By (0)

Simple redis cache module for Koseven

### Install via composer

[](#install-via-composer)

`composer require illusorium/koseven-cache-redis:dev-master`

### Usage

[](#usage)

First, add module to modules list in APPPATH/bootstrap.php:

`Kohana::modules([ 'cache-redis' => MODPATH . 'koseven-cache-redis' ])`

To set Redis cache as default, either set key `'default' => 'redis'` in config/cache.php or set `Cache::$default = 'redis'` before usage.

To use Redis cache only for some keys, call

`Cache::instance('redis')->set|get(...)`

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity33

Early-stage or recently created project

 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/b54194f23f92f5ac94479ce84ee3588bb422f2cf64a7cc358ec57ae529d202e9?d=identicon)[illusorium](/maintainers/illusorium)

---

Top Contributors

[![illusorium](https://avatars.githubusercontent.com/u/24568352?v=4)](https://github.com/illusorium "illusorium (6 commits)")[![trueklimandr](https://avatars.githubusercontent.com/u/35296450?v=4)](https://github.com/trueklimandr "trueklimandr (1 commits)")

### Embed Badge

![Health badge](/badges/illusorium-koseven-cache-redis/health.svg)

```
[![Health](https://phpackages.com/badges/illusorium-koseven-cache-redis/health.svg)](https://phpackages.com/packages/illusorium-koseven-cache-redis)
```

###  Alternatives

[beryllium/cachebundle

Provides an interface to Memcache for Symfony2 applications

32136.0k](/packages/beryllium-cachebundle)

PHPackages © 2026

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