2017 © Pedro Peláez
 

yii2-extension yii2-payment

Alipay and WeChat payment for yii2

image

ericeyang/yii2-payment

Alipay and WeChat payment for yii2

  • Thursday, November 17, 2016
  • by ericeyang
  • Repository
  • 1 Watchers
  • 2 Stars
  • 12 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

yii2-payment

Alipay and WeChat payment for Yii2., (*1)

Installation

Install With Composer

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

Either run, (*3)

php composer.phar require ericeyang/yii2-payment "dev-master"

Or, you may add, (*4)

"ericeyang/yii2-payment": "dev-master"

to the require section of your composer.json file and execute php composer.phar update., (*5)

Add the path alias

In your application config, add the path alias for this extension., (*6)

return [
    ...
    'aliases' => [
        '@ericeyang/payment' => 'path/to/your/extracted',
        // for example: '@ericeyang/payment' => '@vendor/ericeyang/yii2-payment',
        ...
    ]
];

The Versions

17/11 2016

dev-master

9999999-dev https://github.com/ericeyang/yii2-payment

Alipay and WeChat payment for yii2

  Sources   Download

BSD-3-Clause

The Requires

 

by Erice Yang

payment yii2 alipay wechat