Download the PHP package notcod/captcha without Composer
On this page you can find all versions of the php package notcod/captcha. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package captcha
PHP Captcha
<form action="" method="POST">
<p>
<input type="text" name="username" placeholder="username">
</p>
<p>
<img src="<?=$captcha->image?>" alt="">
</p>
<p>
<input type="hidden" name="_token" value="<?=$captcha->hash?>">
</p>
<p>
<input type="text" name="_captcha" placeholder="Captcha">
</p>
<input type="submit" name="login">
</form>
All versions of captcha with dependencies
PHP Build Version
Package Version
No informations.
The package notcod/captcha contains the following files
Loading the files please wait ....