2017 © Pedro Peláez
 

yii2-extension yii2-wechat-pay

wechat pay sdk for yii2

image

chinahub/yii2-wechat-pay

wechat pay sdk for yii2

  • Tuesday, April 5, 2016
  • by chinahub
  • Repository
  • 1 Watchers
  • 0 Stars
  • 125 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 1 Open issues
  • 2 Versions
  • 5 % Grown

The README.md

wechat pay sdk for yii2

wechat pay sdk for yii2, (*1)

Installation

The preferred way to install this extension is through composer., (*2)

Either run, (*3)

php composer.phar require --prefer-dist chinahub/yii2-wechat-pay "*"

or add, (*4)

"chinahub/yii2-wechat-pay": "*"

to the require section of your composer.json file., (*5)

Configure

To use this extension, you have to configure the Connection class in your application configuration:, (*6)

'components' => [
    'wxPay' => [
        'class' => 'chinahub\wechat\WxPayConfig',
        'app_id' => '8888888888888',
        'mch_id' => '9999999999999999',
        'app_key' => '11111111111111111',
        'app_secret' => '777777777777777777',
    ],
]

Usage

please wait..., (*7)

The Versions

05/04 2016

dev-master

9999999-dev

wechat pay sdk for yii2

  Sources   Download

MIT

The Requires

 

by allenfrancis

extension pay yii2 wechat

05/04 2016

v1.0

1.0.0.0

wechat pay sdk for yii2

  Sources   Download

MIT

The Requires

 

by allenfrancis

extension pay yii2 wechat