purrweb/yii2-paypal-recurring

Purrweb PayPal requrring extension for Yii2

dev-master 2016-03-09 12:20 UTC

This package is not auto-updated.

Last update: 2024-04-13 16:07:28 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(); ?>```