web24dev / yii2-recaptcha
Yii2 Google reCAPTCHA widget
Package info
github.com/web24dev/yii2-reCaptcha
Type:yii2-extension
pkg:composer/web24dev/yii2-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: 2026-03-21 11:58:34 UTC
README
test
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist web24dev/yii2-recaptcha "*"
or add
"web24dev/yii2-recaptcha": "*"
to the require section of your composer.json file.
Usage
Once the extension is installed, simply use it in your code by :
<?= \web24dev\recaptcha\AutoloadExample::widget(); ?>```