baykov/yii2-yandexform

简单的Yandex支付表单

安装: 7

依赖: 0

建议者: 0

安全: 0

星标: 0

关注者: 2

分支: 0

公开问题: 0

类型:yii2-extension

dev-master 2017-04-05 22:48 UTC

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