php-simple-captcha icon indicating copy to clipboard operation
php-simple-captcha copied to clipboard

Simple captcha generator

Results 3 php-simple-captcha issues
Sort by recently updated
recently updated
newest added

I am trying to use base64 encoded image, but it runs on this error: Typed property SimpleCaptcha\Builder::$image must not be accessed before initialization ``` #0 /.../vendor/s1syphos/php-simple-captcha/src/Builder.php(1016): SimpleCaptcha\Builder->gd2img() #1 /.../vendor/s1syphos/php-simple-captcha/src/Builder.php(1031): SimpleCaptcha\Builder->output()...

Hi! It would be great if your library would support PHP 8.4 (without deprecations). Here would be my suggestion: - Use `\Random\Randomizer::getRandom()` instead of `lcg_value` (if available) - Added nullability...

Please offer a zip file with ALL files incl. demo and for use without composer. Thanks