Skip to content

Commit

Permalink
Improve README.md with configuration settings
Browse files Browse the repository at this point in the history
  • Loading branch information
smoke committed Jul 9, 2014
1 parent 2d7e9d2 commit bd71d29
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,26 @@ RedisArray Cache Storage Adapter for ZF2

This is RedisArray Cache Storage Adapter component for ZF2 inspired by \Zend\Cache\Storage\Adapter\Redis

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

This module only officially supports installation through Composer. For Composer documentation, please refer to
[getcomposer.org](http://getcomposer.org/).

You can install the module from command line:
```sh
$ php composer.phar require smoke/zf2-cache-storage-redis-array:1.0.*
```

Alternatively, you can also add manually the dependency in your `composer.json` file:
```json
{
"require": {
"smoke/zf2-cache-storage-redis-array": "1.0.*"
}
}
```

Configuration settings
------------------------

Expand Down

0 comments on commit bd71d29

Please sign in to comment.