# snc/SncRedisBundle

A Redis bundle for Symfony supporting Predis and PhpRedis

Repository: https://github.com/snc/SncRedisBundle
Canonical: https://ross.abutalabs.com/products/sncredisbundle
Homepage: https://github.com/snc/SncRedisBundle
Language: PHP
License: MIT
License Family: permissive
Topics: php, symfony, bundle, symfony-bundle, redis, phpredis, predis
Last push: 2026-08-03T10:54:36+00:00

## Health v2 (maintenance only)
Score: 92/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 95, release rhythm 84, longevity 100
- inputs: {"age_days": 5900, "days_push": 30, "days_rel": 31, "gap_med": 50.5, "n_releases_24m": 9}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1049, forks 320 (observed 2026-08-28T04:03:22.670934+00:00)

## What it is
SncRedisBundle is a Symfony bundle that integrates Redis into Symfony 6.4+ applications via either the Predis pure-PHP client or the native PhpRedis extension. It provides a fast, configurable interface for Redis connections, caching, and session storage.

## Use cases
- use Redis for caching in a Symfony application
- store PHP sessions in Redis
- connect Symfony to Redis with Predis or PhpRedis
- configure multiple Redis clients in Symfony
- use Redis as a fast key-value store in PHP

## When to choose
- you run a Symfony 6.4+ app and want first-class Redis integration
- you need a choice between the PhpRedis extension and the portable Predis client
- you want Redis-backed caching or sessions with Symfony DI configuration

## When to avoid
- your project does not use Symfony
- you need a standalone Redis client without framework integration
- you use a PHP version below the bundle's supported range

## Facets
- artifact type: plugin
- maturity: active
- function: database-driver, caching, configuration-management
- domain: databases, web-development, backend, developer-tools
- platform: php, self-hosted
- tags: redis, symfony-bundle, predis, phpredis, cache, session-storage, web-server

## Member repositories
- snc/SncRedisBundle (main) score 92

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:22.670934+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T07:00:33.434400+00:00, confidence not recorded.
  - readme: https://github.com/snc/SncRedisBundle (fetched 2026-08-28T04:03:22.670934+00:00, sha 4c52a74409e5)
  - homepage: https://github.com/snc/SncRedisBundle (fetched 2026-08-29T13:01:56.037102+00:00, sha 86d68b16f6fd)
- Data as of 2026-08-30T08:39:29.467469+00:00.
