From 5c14c536659b4b46b8ec2c27f982fb42da0e112b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damian=20Gr=C4=99da?= Date: Tue, 22 Mar 2016 12:58:58 +0100 Subject: [PATCH] Added installation notes to Readme --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 4b6e731..ded91bd 100644 --- a/README.md +++ b/README.md @@ -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: