think-captcha
think-captcha copied to clipboard
thinkphp 验证码类库
php8.1,float类型转换报错,请官方尽快修复一下吧?
PHP8.1的部分内置函数,只能接受整型参数,不支持浮点数,需要提前转换.
#0 [8192]ErrorException in Captcha.php line 181 $this->im = imagecreate($this->imageW, $this->imageH); 报错
3.0.5版本的验证码图片显示不全啊,4个字符的只显示3个,回退到3.0.4就正常了
场景:有时我们希望验证码图片和我们的UI背景完全融合。尤其在UI背景是**渐变色**的时候,我们无法通过设置**单一背景色**来和UI背景进行融合,这时候设置为完全透明是一个不错的方式。
//test.php in test folder require_once __DIR__.'/../vendor/autoload.php'; use PHPMailer\PHPMailer\PHPMailer; use PHPMailer\PHPMailer\Exception; $mail = new PHPMailer(true); try {} catch (Exception $e) {}
前后端分离项目没有用session,希望能支持API方式,谢谢!