Skip to content

Commit

Permalink
Added installation notes to Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dgreda committed Mar 22, 2016
1 parent dcb6c90 commit 5c14c53
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,14 @@ To offer a simple way of creating different cache pool adapters based on simplif

The factory creates and returns a PSR-6 compatible cache pool based on small and tidy configuration provided as either PHP array or via YAML configuration file.

## Installation

Library is available on Packagist, so you can simply run:

```
composer require "dgreda/cache-factory":"v0.1.0"
```

## Adapters

Currently factory supports the following adapters:
Expand Down

0 comments on commit 5c14c53

Please sign in to comment.