thinfer / we-redis
WeRedis is small PHP library to make some fun with Redis
Installs: 5
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
pkg:composer/thinfer/we-redis
Requires
- php: >=5.3.0
This package is not auto-updated.
Last update: 2025-10-18 00:57:08 UTC
README
WeRedis is small PHP library to have some fun with Redis.
Getting started
Require this package, with Composer, in the root directory of your project.
$ composer require thinfer/we-redis
Note: WeRedis requires the PECL::Package::redis extension in order to work.
Quick Example
use Thinfer\WeRedis; $redis = WeRedis\Factory::instance($config);