From d1949393cec6c7eec1b04f7ef6c54b7f37065020 Mon Sep 17 00:00:00 2001 From: Ade Attwood Date: Sat, 24 Jun 2017 13:04:25 +0100 Subject: [PATCH] Add readme --- readme.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 readme.md diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..446dd66 --- /dev/null +++ b/readme.md @@ -0,0 +1,16 @@ +# Yii Helpers + +A collection of uefull helpers for the Yii2 framework + +## Install + +Install with composer + +~~~php +compsoer install adeattwood/yii-helpers +~~~ + +## Class docs + +You can find the class docs [HERE](http://adeattwood.co.uk/open-source/yii-helpers) +