royfj/captcha

图像验证码库

0.2.0 2019-08-27 07:56 UTC

This package is not auto-updated.

Last update: 2024-09-20 20:16:09 UTC


README

图像验证码

// Create a captcha image.
$captcha = new \Royfj\Captcha\Builder();
$captcha->output(); 
// Get the code of the captcha image
$captcha->getCode();