Open llxcyzgh opened 5 years ago
well, it's solved.
I need to add one line code after newing a CaptchaBuilder, just like:
$captcha = new CaptchaBuilder('12345');
$captcha = $captcha->build();// use GD to generate a picture
var_dump($captcha->getPhrase()); // 12345
var_dump($captcha->inline()); // data:image/jpeg;base64,....