Captcha icon indicating copy to clipboard operation
Captcha copied to clipboard

PHP Captcha library

Results 54 Captcha issues
Sort by recently updated
recently updated
newest added

I am getting this: "PHP message: PHP Fatal error: Uncaught TypeError: count(): Argument #1 ($value) must be of type Countable|array, null given in vendor/gregwar/captcha/CaptchaBuilder.php:333" The calling code is just this:...

I did not use the provided "testPhrase" method for the validation of the user's CAPTCHA input string because I thought that this would be exaggerated only to compare two strings....

Adds an option to only ignore postEffects (edge, negate, contrast, colorize) while keeping the other effects (behind/front lines, distortion) intact

When a picture generated uses uppercase letters, `->getPhrase()` returns a lowercase phrase.

run on php 8 and get error Call to undefined function Gregwar\Captcha\imagecreatetruecolor() composer\vendor\gregwar\captcha\src\Gregwar\Captcha\CaptchaBuilder.php:423

https://github.com/Gregwar/Captcha/blob/a84b5b450d89fc89aebcfb06b4bbc421c12b797f/src/Gregwar/Captcha/CaptchaBuilder.php#L430 **Is the background useless? It is still related to distort in line 480, because $bg in line 480 does not necessarily work. I am not quite sure, so I...

GIF can increase the difficulty of recognition.

I have ran into a sticky wicket where I am attempting to add a simple captcha page to my site and currently within the site folder super globals are disabled....

Hello Guys!!! I see there is an error in php 7.4 version with Call to undefined function **Gregwar\Captcha\imagejpeg()** this error is coming up on line number **565** in below file...

In v1.1.7, getPhrase() will only return string in lower-case, while in v1.1.8, getPhrase() will return upper&lower characters. if there is a notice in README, it'll be better to prevent someone...