Download the PHP package developit/yii2-captcha without Composer
On this page you can find all versions of the php package developit/yii2-captcha. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download developit/yii2-captcha
More information about developit/yii2-captcha
Files in developit/yii2-captcha
Download developit/yii2-captcha
More information about developit/yii2-captcha
Files in developit/yii2-captcha
Please rate this library. Is it a good library?
Informations about the package yii2-captcha
yii2 captcha
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 developit\captcha\Captcha;
<?=
$form->field($model, 'verifyCode')->widget(Captcha::className())
?>
All versions of yii2-captcha with dependencies
PHP Build Version
Package Version
Requires
yiisoft/yii2 Version
~2.0
The package developit/yii2-captcha contains the following files
Loading the files please wait ....