PHPackages                             mfonte/redisw - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Caching](/categories/caching)
4. /
5. mfonte/redisw

ActiveLibrary[Caching](/categories/caching)

mfonte/redisw
=============

A Redis Client implementation library, built on top of the phpredis PECL package.

v1.0.6(2y ago)042Apache-2.0PHPPHP ^8.1

Since Mar 21Pushed 2y ago1 watchersCompare

[ Source](https://github.com/mauriziofonte/php-redisw)[ Packagist](https://packagist.org/packages/mfonte/redisw)[ RSS](/packages/mfonte-redisw/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (4)Dependencies (5)Versions (8)Used By (0)

PHP Redis Wrapper around the phpredis extension
===============================================

[](#php-redis-wrapper-around-the-phpredis-extension)

Just another Redis Wrapper, around the  extension.

[![Latest Stable Version](https://camo.githubusercontent.com/ff01402339ec644b3e2eb68dc6dab8a028fc266a0b8f2611c6a9ea8bcab8f82b/68747470733a2f2f706f7365722e707567782e6f72672f6d666f6e74652f7265646973772f762f737461626c65)](https://packagist.org/packages/mfonte/redisw)[![Total Downloads](https://camo.githubusercontent.com/7670f66a0197166e72a883a9a646a6e51ae7dc33c85a279e18d82d57fbb89f4d/68747470733a2f2f706f7365722e707567782e6f72672f6d666f6e74652f7265646973772f646f776e6c6f616473)](https://packagist.org/packages/mfonte/redisw)

Installation
------------

[](#installation)

Simple enough.

`composer require mfonte/redisw`

Required environment:

1. PHP **&gt;= 8.1**
2. `ext-redis` module
3. *optional* (but recommended) : *igbinary* support for better serialization

### Basic Usage

[](#basic-usage)

Usage is simple enough with a nice, expressive API:

```
