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

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

This package is not auto-updated.

Last update: 2025-05-16 22:43:07 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);