phpredis/phpredis
A PHP extension for Redis observed · 2026-08-28
Health v2 · maintenance only
73/100
- Activity 99
- Release rhythm 23
- Longevity 100
Flags: no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 198.5
- age_days: 5650
- days_rel: 300
- days_push: 7
- n_releases_24m: 3
Adoption not part of the score
10232 stars · 2136 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
PhpRedis is a PHP extension written in C that provides an API for communicating with Redis key-value stores. It also supports Redis-compatible servers such as Valkey, Dragonfly, and KeyDB, including Redis Cluster.
Use cases
- connect to redis from php
- use redis as a php cache backend
- php redis client extension
- work with redis cluster in php
- store php sessions in redis
- talk to valkey or keydb from php
When to choose
- you need a fast, native C PHP extension for Redis rather than a pure-PHP client
- you use Redis Cluster, Valkey, KeyDB, or Dragonfly
- you want the de facto standard Redis client for PHP
When to avoid
- you need a pure-PHP client without the ability to compile extensions
- you use a language other than PHP
- you only need a simple cache and prefer a higher-level abstraction library
Facets
library · maturity active
database-driver caching databases backend web-development php windows redis redis-cluster valkey keydb dragonfly php-extension c-extension key-value-store linux macos
1 source
- readme: https://github.com/phpredis/phpredis · fetched 2026-08-28 · 0702814ebad1
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| phpredis/phpredis | main | 73 |
For agents
markdown · JSON · MCP: product_card(name="phpredis/phpredis")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem