PHPackages                             bigoen/redis-bundle - 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. bigoen/redis-bundle

ActiveSymfony-bundle[Caching](/categories/caching)

bigoen/redis-bundle
===================

Redis Bundle for Symfony Projects

v1.0.9(1y ago)51.8kLGPL-3.0PHPPHP &gt;=8.0

Since Oct 1Pushed 1y ago1 watchersCompare

[ Source](https://github.com/bigoen/redis-bundle)[ Packagist](https://packagist.org/packages/bigoen/redis-bundle)[ RSS](/packages/bigoen-redis-bundle/feed)WikiDiscussions master Synced 6d ago

READMEChangelog (10)Dependencies (4)Versions (11)Used By (0)

BigoenRedisBundle
=================

[](#bigoenredisbundle)

Setup
-----

[](#setup)

```
composer require bigoen/redis-bundle

```

```
# config/packages/bigoen_redis.yaml

bigoen_redis:
    clients:
        session:
            dsn: '127.0.0.1/1'
            prefix: 'demo:session:*'
            namespace: 'demo:session'
        monolog:
            dsn: '127.0.0.1/2'
            key: 'demo:monolog'
        doctrine_metadata_cache:
            dsn: '127.0.0.1/3'
            prefix: 'demo:metadata_cache:*'
            namespace: 'demo:metadata_cache'
        doctrine_result_cache:
            dsn: '127.0.0.1/3'
            prefix: 'demo:result_cache:*'
            namespace: 'demo:result_cache'
        doctrine_query_cache:
            dsn: '127.0.0.1/3'
            prefix: 'demo:query_cache:*'
            namespace: 'demo:query_cache'
        doctrine_second_level_cache:
            dsn: '127.0.0.1/4'
            prefix: 'demo:second_level_cache:*'
```

Commands:
---------

[](#commands)

clientName: monolog, session, doctrine\_metadata\_cache etc.

```
sc redis:flush {clientName}

```

Examples:
---------

[](#examples)

RedisHelper

```
use Bigoen\RedisBundle\Utils\RedisHelper;

// create from dsn.
$helper = new RedisHelper('redis://127.0.0.1/1');
// set and add namespaces.
$helper->setNamespace("test");
$helper->addNamespace("sub");
// create redis.
$redis = $helper->getRedis();
```

RedisClientHelper

```
use Bigoen\RedisBundle\Utils\RedisClientHelper;

class TestController
{
    public function __invoke(RedisClientHelper $helper)
    {
        // create redis.
        $redis = $helper->setClient("doctrine_query_cache")->createRedis();
        // get namespace or other client parameters.
        $namespace = $helper->getParameter('namespace');
        $redis->set("{$namespace}:key", "test");
    }
}
```

###  Health Score

35

—

LowBetter than 79% of packages

Maintenance33

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity65

Established project with proven stability

 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

Every ~154 days

Recently: every ~324 days

Total

10

Last Release

661d ago

PHP version history (3 changes)v1.0.0PHP ^7.4

v1.0.6PHP &gt;=7.4

v1.0.9PHP &gt;=8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/31c1e45d3cd4e89a2120116d8b72bb5111cd1d01914b42cf6b56d5619662e5ea?d=identicon)[safak](/maintainers/safak)

---

Top Contributors

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

---

Tags

predisredissymfonysymfony-bundle

### Embed Badge

![Health badge](/badges/bigoen-redis-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/bigoen-redis-bundle/health.svg)](https://phpackages.com/packages/bigoen-redis-bundle)
```

###  Alternatives

[simplesamlphp/simplesamlphp

A PHP implementation of a SAML 2.0 service provider and identity provider.

1.1k12.4M193](/packages/simplesamlphp-simplesamlphp)[shopware/platform

The Shopware e-commerce core

3.3k1.5M3](/packages/shopware-platform)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.3M152](/packages/sulu-sulu)[prestashop/prestashop

PrestaShop is an Open Source e-commerce platform, committed to providing the best shopping cart experience for both merchants and customers.

9.0k15.4k](/packages/prestashop-prestashop)[shopware/storefront

Storefront for Shopware

684.2M148](/packages/shopware-storefront)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

595.2M386](/packages/shopware-core)

PHPackages © 2026

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