web24dev/yii2-recaptcha

Yii2 Google reCAPTCHA widget

Installs: 13

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

Type:yii2-extension

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

This package is not auto-updated.

Last update: 2024-10-05 05:32:27 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(); ?>```