Purrweb PayPal requrring extension for Yii2

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(); ?>```