purrweb/yii2-paypal-recurring

Purrweb 为 Yii2 优化的 PayPal 定期付款扩展

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

This package is not auto-updated.

Last update: 2024-09-14 18:26:13 UTC


README

Purrweb 为 Yii2 优化的 PayPal 定期付款扩展

安装

安装此扩展的首选方式是通过 Composer

运行

php composer.phar require --prefer-dist purrweb/yii2-paypal-recurring "*"

或者将以下内容添加到您的 composer.json 文件的 require 部分。

"purrweb/yii2-paypal-recurring": "*"

用法

扩展安装完成后,只需在您的代码中使用即可

<?= \purrweb\AutoloadExample::widget(); ?>```