PHPackages                             cheggaaa/rediska-ko - 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. cheggaaa/rediska-ko

ActiveKohana-module

cheggaaa/rediska-ko
===================

Rediska (http://rediska.geometria-lab.net) module for Kohana php framework

2465[1 issues](https://github.com/cheggaaa/rediska-ko/issues)PHP

Since Jan 21Pushed 11y ago2 watchersCompare

[ Source](https://github.com/cheggaaa/rediska-ko)[ Packagist](https://packagist.org/packages/cheggaaa/rediska-ko)[ RSS](/packages/cheggaaa-rediska-ko/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

```
Rediska (http://rediska.geometria-lab.net) module for Kohana php framework (http://kohanaframework.org/)

For support kohana 3.0 -3.2 in v3.2 banch

1. Installation

git submodule add https://github.com/cheggaaa/rediska-ko.git modules/rediska
if you don't use git - move source to modules/rediska

2. Create config

Rediska config:
- copy modules/rediska/config/rediska.php to application/config/rediska.php
- change your application/config/rediska.php
On default config your have 3 instances of Rediska: default, cache, session
You can add new instance or remove exists. Option list you can see on rediska doc (http://rediska.geometria-lab.net/documentation/get-started/)

Cache config (optional):
- create group "redis" in config/cache.php
Example:
'redis' => array (
    // rediska instance name, must be exists on rediska config
    'instance' => 'cache'
)

Session config (optional):
- create group "redis" in config/session.php
Example:
'redis' => array (
    // rediska instance name, must be exists on rediska config
    'instance' => 'session'
)

3. Using

Get instance
   $rediska = Rediska_Manager::get();
   $resiska = Rediska_Manager::get('my_instance_name');
     OR
   $rediska = new Rediska($options);
```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance19

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 97.6% 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/fb2b3943154efba3e17784a332c63f6851d8ed8761ddd4b1e0250f669b4a7a0b?d=identicon)[cheggaaa](/maintainers/cheggaaa)

---

Top Contributors

[![cheggaaa](https://avatars.githubusercontent.com/u/426551?v=4)](https://github.com/cheggaaa "cheggaaa (40 commits)")[![tancorko](https://avatars.githubusercontent.com/u/608860?v=4)](https://github.com/tancorko "tancorko (1 commits)")

### Embed Badge

![Health badge](/badges/cheggaaa-rediska-ko/health.svg)

```
[![Health](https://phpackages.com/badges/cheggaaa-rediska-ko/health.svg)](https://phpackages.com/packages/cheggaaa-rediska-ko)
```

PHPackages © 2026

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