Skip to content

ericeyang/yii2-payment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

yii2-payment

Alipay and WeChat payment for Yii2.

Installation

Install With Composer

The preferred way to install this extension is through composer.

Either run

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

Or, you may add

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

to the require section of your composer.json file and execute php composer.phar update.

Add the path alias

In your application config, add the path alias for this extension.

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

About

Alipay and WeChat payment for Yii2.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages