purrweb/yii2-paypal-recurring

Purrweb PayPal requrring extension for Yii2

Installs: 29

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 1

Forks: 0

Open Issues: 0

Type:yii2-extension

pkg:composer/purrweb/yii2-paypal-recurring

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

This package is not auto-updated.

Last update: 2025-09-28 00:08:21 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(); ?>```