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

ActiveLibrary[Caching](/categories/caching)

quantosobra/redis-service-provider
==================================

Redis service provider for Silex/Pimple using PhpRedis extension

v0.1.0(8y ago)072MITPHPPHP &gt;= 5.5.0

Since Nov 10Pushed 8y ago1 watchersCompare

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

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

Redis Service Provider
======================

[](#redis-service-provider)

Redis service provider for Silex/Pimple using [PhpRedis](https://github.com/phpredis/phpredis) extension.

Usage
-----

[](#usage)

Register the service provider in your application and configure Redis options:

```
use QuantoSobra\Silex\Redis\RedisServiceProvider;

$app->register(new RedisServiceProvider(), [
    RedisServiceProvider::REDIS_OPTIONS => [
        RedisServiceProvider::OPT_HOST => 'localhost',
        RedisServiceProvider::OPT_PORT => 6379,
        RedisServiceProvider::OPT_TIMEOUT => 30,
        RedisServiceProvider::OPT_PERSISTENT => true,
        RedisServiceProvider::OPT_AUTH => 'pas$word',
        RedisServiceProvider::OPT_SERIALIZER => \Redis::SERIALIZER_NONE, // or \Redis::SERIALIZER_PHP or \Redis::SERIALIZER_IGBINARY
        RedisServiceProvider::OPT_PREFIX => 'myprefix:',
        RedisServiceProvider::OPT_DATABASE => 0
    ]
]);
```

License
-------

[](#license)

This project is developed at [QuantoSobra](https://www.quantosobra.com.br) and licensed under the MIT license. See the [LICENSE.md](LICENSE.md) file for the full license text.

QuantoSobra © 2017

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity48

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

3105d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1799015?v=4)[~ewbr](/maintainers/eduardoweiland)[@eduardoweiland](https://github.com/eduardoweiland)

---

Top Contributors

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

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[predis/predis

A flexible and feature-complete Redis/Valkey client for PHP.

7.8k305.7M2.4k](/packages/predis-predis)[snc/redis-bundle

A Redis bundle for Symfony

1.0k39.4M67](/packages/snc-redis-bundle)[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)

PHPackages © 2026

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