baykov / yii2-yandexform
简单的Yandex支付表单
dev-master
2017-04-05 22:48 UTC
Requires
- yiisoft/yii2: *
This package is not auto-updated.
Last update: 2024-09-22 11:30:19 UTC
README
简单的Yandex支付表单
安装
安装此扩展的首选方法是通过 composer.
运行以下命令之一
php composer.phar require --prefer-dist baykov/yii2-yandexform "*"
或者
"baykov/yii2-yandexform": "*"
将以下内容添加到您的 composer.json 文件的 require 部分。
使用方法
一旦安装了扩展,只需在您的代码中使用它即可
<?= \Baykov\yandexform\YandexMoneyForm::widget(); ?>```