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 1mo ago

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 32% 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

4058d 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

[react/cache

Async, Promise-based cache interface for ReactPHP

444112.4M40](/packages/react-cache)[wp-media/wp-rocket

Performance optimization plugin for WordPress

7431.3M3](/packages/wp-media-wp-rocket)[illuminate/cache

The Illuminate Cache package.

12835.6M1.4k](/packages/illuminate-cache)[colinmollenhour/php-redis-session-abstract

A Redis-based session handler with optimistic locking

6325.6M14](/packages/colinmollenhour-php-redis-session-abstract)[cheprasov/php-redis-client

Php client for Redis. It is a fast, fully-functional and user-friendly client for Redis, optimized for performance. RedisClient supports the latest versions of Redis starting from 2.6 to 6.0

1281.2M21](/packages/cheprasov-php-redis-client)[predis/service-provider

Predis service provider for the Silex microframework

68546.6k1](/packages/predis-service-provider)

PHPackages © 2026

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