Download the PHP package daimakuai/yii2-captcha without Composer
On this page you can find all versions of the php package daimakuai/yii2-captcha. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download daimakuai/yii2-captcha
More information about daimakuai/yii2-captcha
Files in daimakuai/yii2-captcha
Download daimakuai/yii2-captcha
More information about daimakuai/yii2-captcha
Files in daimakuai/yii2-captcha
Please rate this library. Is it a good library?
Informations about the package yii2-captcha
yii2 captcha
yii2 验证码功能,能够处理文字、数字及外文字符集功能。
yii2 captcha with Ability to recognize Arabic and Persian numbers.
Installation
The preferred way to install this extension is through composer.
Either run
or add
to the require section of your composer.json
file.
Usage
Once the extension is installed, simply modify your controler, add or change methode actions()
:
在视图里增加 In view
use daimakuai\captcha\Captcha;
<?=
$form->field($model, 'verifyCode')->widget(Captcha::className())
?>
或增加
or add
在后台Action获取验证码并验证,添加如下代码
Where background checks are needed add.
All versions of yii2-captcha with dependencies
PHP Build Version
Package Version
Requires
yiisoft/yii2 Version
~2.0
The package daimakuai/yii2-captcha contains the following files
Loading the files please wait ....