purrweb / yii2-paypal-recurring
Purrweb PayPal requrring extension for Yii2
Installs: 29
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 2
Forks: 0
Open Issues: 0
Type:yii2-extension
Requires
- linslin/yii2-curl: 1.0.7
- yiisoft/yii2: *
This package is not auto-updated.
Last update: 2024-11-09 19:19:58 UTC
README
Purrweb PayPal requrring extension for Yii2
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist purrweb/yii2-paypal-recurring "*"
or add
"purrweb/yii2-paypal-recurring": "*"
to the require section of your composer.json
file.
Usage
Once the extension is installed, simply use it in your code by :
<?= \purrweb\AutoloadExample::widget(); ?>```