Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
imaxwen committed Mar 27, 2017
2 parents abe712e + 6b2dc0e commit e49cc2e
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
# 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`.

[![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-easyWeChat
composer require maxwen/yii2-easy-wechat
```

## Configuration
Expand Down

0 comments on commit e49cc2e

Please sign in to comment.