2017 © Pedro Peláez
 

yii2-extension yii2-wechat

yii2 wechat component

image

cdcchen/yii2-wechat

yii2 wechat component

  • Thursday, April 28, 2016
  • by cdcchen
  • Repository
  • 1 Watchers
  • 1 Stars
  • 203 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 18 Versions
  • 1 % Grown

The README.md

yii2-wechat 组件使用说明

1.x 文档请移步到此 >>>

第一步:在components中加入组件配置:

'qyWechat' => [
    'class' => 'cdcchen\yii\wechat\QyClient',
    'cache' => 'cache',
]

注:cache属性为必需项。, (*1)

第二步:在action代码中调用:

/* @var \cdcchen\yii\wechat\QyClient $wechat */
$wechat = Yii::$app->get('qyWechat');

获取【主动消息接口的 Access Token】, (*2)

/* @var \cdcchen\yii\wechat\Token $token */
$token = $wechat->getDefaultToken($corpId, $secret);

获取【获取应用提供商凭证 Access Token】, (*3)

/* @var \cdcchen\yii\wechat\Token $token */
$token = $wechat->getProviderToken($corpId, $secret);

$token 的类型为 \cdcchen\yii\wechat\Token:, (*4)

cdcchen\yii\wechat\Token Object
(
    [cropId] => wx4affdfc26d62c294
    [value] => w2M2f2Tj4_-sGHrAv_kdi1__f61exwPUCnvvoJFQ0MPczYttF-22gZuYhV5GHQou
    [expire] => 7200
    [createdAt] => 1462331430
)

第三步:调用具体接口

以获取微信回调服务器IP列表为例:, (*5)

use cdcchen\wechat\qy\ServerClient;
$client = new ServerClient($accessToken);
$data = $client->getCallbackIP();

The Versions

28/04 2016

dev-master

9999999-dev https://github.com/cdcchen/yii2-wechat

yii2 wechat component

  Sources   Download

BSD-4-Clause

The Requires

 

The Development Requires

by Dong Chen

yii2 wechat yii2 weixin yii2 wechat extension yii2 weixin extension qy weixin extension qy wechat extension

28/04 2016

dev-dev-2.0

dev-dev-2.0 https://github.com/cdcchen/yii2-wechat

yii2 wechat component

  Sources   Download

BSD-4-Clause

The Requires

 

The Development Requires

by Dong Chen

yii2 wechat yii2 weixin yii2 wechat extension yii2 weixin extension qy weixin extension qy wechat extension

28/04 2016

dev-develop

dev-develop https://github.com/cdcchen/yii2-wechat

yii2 wechat component

  Sources   Download

BSD-4-Clause

The Requires

 

by Dong Chen

yii2 wechat yii2 weixin yii2 wechat helper yii2 weixin helper

28/04 2016

1.0.0

1.0.0.0 https://github.com/cdcchen/yii2-wechat

yii2 wechat component

  Sources   Download

BSD-4-Clause

The Requires

 

by Dong Chen

yii2 wechat yii2 weixin yii2 wechat helper yii2 weixin helper

28/04 2016

1.0.1

1.0.1.0 https://github.com/cdcchen/yii2-wechat

yii2 wechat component

  Sources   Download

BSD-4-Clause

The Requires

 

by Dong Chen

yii2 wechat yii2 weixin yii2 wechat helper yii2 weixin helper

28/04 2016

1.0.2

1.0.2.0 https://github.com/cdcchen/yii2-wechat

yii2 wechat component

  Sources   Download

BSD-4-Clause

The Requires

 

by Dong Chen

yii2 wechat yii2 weixin yii2 wechat helper yii2 weixin helper

28/04 2016

1.0.3

1.0.3.0 https://github.com/cdcchen/yii2-wechat

yii2 wechat component

  Sources   Download

BSD-4-Clause

The Requires

 

by Dong Chen

yii2 wechat yii2 weixin yii2 wechat helper yii2 weixin helper

28/04 2016

1.0.4

1.0.4.0 https://github.com/cdcchen/yii2-wechat

yii2 wechat component

  Sources   Download

BSD-4-Clause

The Requires

 

by Dong Chen

yii2 wechat yii2 weixin yii2 wechat helper yii2 weixin helper

28/04 2016

2.0.1

2.0.1.0 https://github.com/cdcchen/yii2-wechat

yii2 wechat component

  Sources   Download

BSD-4-Clause

The Requires

 

by Dong Chen

yii2 wechat yii2 weixin yii2 wechat helper yii2 weixin helper

28/04 2016

2.0.10

2.0.10.0 https://github.com/cdcchen/yii2-wechat

yii2 wechat component

  Sources   Download

BSD-4-Clause

The Requires

 

The Development Requires

by Dong Chen

yii2 wechat yii2 weixin yii2 wechat extension yii2 weixin extension qy weixin extension qy wechat extension

28/04 2016

2.0.2

2.0.2.0 https://github.com/cdcchen/yii2-wechat

yii2 wechat component

  Sources   Download

BSD-4-Clause

The Requires

 

by Dong Chen

yii2 wechat yii2 weixin yii2 wechat helper yii2 weixin helper

28/04 2016

2.0.3

2.0.3.0 https://github.com/cdcchen/yii2-wechat

yii2 wechat component

  Sources   Download

BSD-4-Clause

The Requires

 

by Dong Chen

yii2 wechat yii2 weixin yii2 wechat helper yii2 weixin helper

28/04 2016

2.0.4

2.0.4.0 https://github.com/cdcchen/yii2-wechat

yii2 wechat component

  Sources   Download

BSD-4-Clause

The Requires

 

by Dong Chen

yii2 wechat yii2 weixin yii2 wechat helper yii2 weixin helper

28/04 2016

2.0.5

2.0.5.0 https://github.com/cdcchen/yii2-wechat

yii2 wechat component

  Sources   Download

BSD-4-Clause

The Requires

 

by Dong Chen

yii2 wechat yii2 weixin yii2 wechat helper yii2 weixin helper

28/04 2016

2.0.6

2.0.6.0 https://github.com/cdcchen/yii2-wechat

yii2 wechat component

  Sources   Download

BSD-4-Clause

The Requires

 

by Dong Chen

yii2 wechat yii2 weixin yii2 wechat helper yii2 weixin helper

28/04 2016

2.0.7

2.0.7.0 https://github.com/cdcchen/yii2-wechat

yii2 wechat component

  Sources   Download

BSD-4-Clause

The Requires

 

by Dong Chen

yii2 wechat yii2 weixin yii2 wechat helper yii2 weixin helper

28/04 2016

2.0.8

2.0.8.0 https://github.com/cdcchen/yii2-wechat

yii2 wechat component

  Sources   Download

BSD-4-Clause

The Requires

 

by Dong Chen

yii2 wechat yii2 weixin yii2 wechat helper yii2 weixin helper

28/04 2016

2.0.9

2.0.9.0 https://github.com/cdcchen/yii2-wechat

yii2 wechat component

  Sources   Download

BSD-4-Clause

The Requires

 

by Dong Chen

yii2 wechat yii2 weixin yii2 wechat helper yii2 weixin helper