yanhuoyiran / yii2-paypal
The Paypal extension for yii2
Package info
github.com/Yanhuoyiran/yii2-paypal
Type:yii2-extension
pkg:composer/yanhuoyiran/yii2-paypal
v1.1.1
2018-04-20 05:04 UTC
Requires
- paypal/rest-api-sdk-php: *
- yiisoft/yii2: ~2.0.0
This package is not auto-updated.
Last update: 2026-04-05 02:22:36 UTC
README
The Paypal extension for yii2
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist yanhuoyiran/yii2-paypal "*"
or add
"yanhuoyiran/yii2-paypal": "*"
to the require section of your composer.json file.
Usage
Once the extension is installed, simply use it in your code by :
<?= \yanhuoyiran\paypal\AutoloadExample::widget(); ?>```