web24dev / yii2-recaptcha
Yii2 Google reCAPTCHA 小部件
v0.2
2018-05-17 17:00 UTC
Requires
- guzzlehttp/guzzle: ~6.0
- yiisoft/yii2: ~2.0.0
This package is not auto-updated.
Last update: 2024-09-21 05:18:33 UTC
README
测试
安装
安装此扩展的首选方法是使用 composer。
运行以下命令之一
php composer.phar require --prefer-dist web24dev/yii2-recaptcha "*"
或者在您的 composer.json 文件的 require 部分添加
"web24dev/yii2-recaptcha": "*"
用法
一旦安装了此扩展,只需在代码中通过
<?= \web24dev\recaptcha\AutoloadExample::widget(); ?>```