web24dev/yii2-recaptcha

Yii2 Google reCAPTCHA widget

Maintainers

Package info

github.com/web24dev/yii2-reCaptcha

Type:yii2-extension

pkg:composer/web24dev/yii2-recaptcha

Statistics

Installs: 13

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v0.2 2018-05-17 17:00 UTC

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