thinfer/we-redis

There is no license information available for the latest version (dev-master) of this package.

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

dev-master 2017-04-01 12:42 UTC

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);