From ccd852e1002a9c9efa32fee82b11aefee638f3c1 Mon Sep 17 00:00:00 2001 From: "Max.wen" Date: Mon, 31 Oct 2016 22:44:32 +0800 Subject: [PATCH 1/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 13fe76a..e8e82c8 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ This extension helps you access `overtrue/wechat` application in a simple & fami ## Installation ``` -composer require maxwen/yii2-easyWeChat +composer require maxwen/yii2-easy-wechat ``` ## Configuration From a73fd965b0e55589b18998652ae23625baed5832 Mon Sep 17 00:00:00 2001 From: "Max.wen" Date: Sun, 13 Nov 2016 10:09:11 +0800 Subject: [PATCH 2/3] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index e8e82c8..068dbce 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,6 @@ # yii2-easy-wechat WeChat SDK for yii2 , based on [overtrue/wechat](https://github.com/overtrue/wechat). -This extension helps you access `overtrue/wechat` application in a simple & familiar way: -`Yii::$app->wechat`. +This extension helps you access `overtrue/wechat` application in a simple & familiar way: `Yii::$app->wechat`. ## Installation ``` From 6b2dc0e1ba0f0909a3d219b2f20ef9c91c2cbd14 Mon Sep 17 00:00:00 2001 From: "Max.wen" Date: Mon, 27 Mar 2017 11:02:56 +0800 Subject: [PATCH 3/3] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 068dbce..f27dbeb 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,10 @@ WeChat SDK for yii2 , based on [overtrue/wechat](https://github.com/overtrue/wechat). This extension helps you access `overtrue/wechat` application in a simple & familiar way: `Yii::$app->wechat`. +[![Latest Stable Version](https://poser.pugx.org/maxwen/yii2-easy-wechat/v/stable)](https://packagist.org/packages/maxwen/yii2-easy-wechat) +[![Total Downloads](https://poser.pugx.org/maxwen/yii2-easy-wechat/downloads)](https://packagist.org/packages/maxwen/yii2-easy-wechat) +[![License](https://poser.pugx.org/maxwen/yii2-easy-wechat/license)](https://packagist.org/packages/maxwen/yii2-easy-wechat) + ## Installation ``` composer require maxwen/yii2-easy-wechat