PHPackages                             activecollab/resistance - 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. activecollab/resistance

ActiveLibrary[Caching](/categories/caching)

activecollab/resistance
=======================

Resistance is a simple Redis key manager for PHP. It does not try to be a fully featured ORM, just to make keyspace management easier.

1.0.8(11y ago)11445MITPHPPHP &gt;=5.5.0

Since Feb 21Pushed 10y ago3 watchersCompare

[ Source](https://github.com/activecollab/resistance)[ Packagist](https://packagist.org/packages/activecollab/resistance)[ Docs](https://www.activecollab.com/labs/index.html)[ RSS](/packages/activecollab-resistance/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (3)Versions (20)Used By (0)

Resistance
==========

[](#resistance)

[![Build Status](https://camo.githubusercontent.com/c6337ccc0908e806db4122095b7e337b2a145bbe7117fc0cb34f5f3c7e67e5d9/68747470733a2f2f7472617669732d63692e6f72672f616374697665636f6c6c61622f726573697374616e63652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/activecollab/resistance)

Resistance is a simple Redis key manager for PHP. It does not try to be a fully featured ORM, just to make keyspace management easier.

How to use?
-----------

[](#how-to-use)

Include it in your project using Composer:

```
{
    "require": {
        "activecollab/resistance": "~0.1"
    }
}
```

Implement a storage:

```
