PHPackages                             cnam/redis-service-provider - 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. cnam/redis-service-provider

ActiveLibrary[Caching](/categories/caching)

cnam/redis-service-provider
===========================

Redis Service Provider for usage in silex 2.0§

0.0.1(11y ago)022PHP

Since Apr 9Pushed 11y ago1 watchersCompare

[ Source](https://github.com/cnam/redis-service-provider)[ Packagist](https://packagist.org/packages/cnam/redis-service-provider)[ RSS](/packages/cnam-redis-service-provider/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (1)Versions (2)Used By (0)

Sile 2.0 redis service provider
===============================

[](#sile-20-redis-service-provider)

Redis service provider for silex 2.0

install
-------

[](#install)

> composer require cnam/redis-service-provider:0.0.1

Or add your composer.json

> require "cnam/redis-service-provider":"0.0.1"

Configure
---------

[](#configure)

```
$app['redis.options'] = [
    'host'     => 'redis',
    'port'     => 6379,
    'timeout'  => 0,
    'dbname'   => 'my_box',
    'password' => 'qwerty'
];

$app->register(new Silex\Provider\RedisServiceProvider());
```

Usage
-----

[](#usage)

```
/**
* @var $redis \Redis
**/
$redis = $app['redis'];
```

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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

Unknown

Total

1

Last Release

4105d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1832776?v=4)[Anton Cnam](/maintainers/cnam)[@cnam](https://github.com/cnam)

---

Top Contributors

[![cnam](https://avatars.githubusercontent.com/u/1832776?v=4)](https://github.com/cnam "cnam (4 commits)")

### Embed Badge

![Health badge](/badges/cnam-redis-service-provider/health.svg)

```
[![Health](https://phpackages.com/badges/cnam-redis-service-provider/health.svg)](https://phpackages.com/packages/cnam-redis-service-provider)
```

###  Alternatives

[oat-sa/tao-core

TAO core extension

66143.7k124](/packages/oat-sa-tao-core)[predis/service-provider

Predis service provider for the Silex microframework

68548.8k1](/packages/predis-service-provider)[rarst/fragment-cache

WordPress plugin for partial and async caching of heavy front-end elements.

14115.4k2](/packages/rarst-fragment-cache)[moust/silex-cache

Cache service provider for Silex application

33141.2k1](/packages/moust-silex-cache)[jaxon-php/jaxon-core

Jaxon is an open source PHP library for easily creating Ajax web applications

74149.4k30](/packages/jaxon-php-jaxon-core)[noizu-labs/fragmented-keys

Fragmented Key Management and Invalidation Library for use with Memcache.

179.4k1](/packages/noizu-labs-fragmented-keys)

PHPackages © 2026

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