Releases: isszz/rotate-captcha
Releases · isszz/rotate-captcha
v0.0.5
Fix bug and compatible with thinkphp > 6.0
Fixed bug, compatible with thinkphp version greater than 6.0 when confing driver is used by default
v0.0.4
- 增加facade注释
- 移除助手类的
rotate_captcha_img 方法使用rotate_captcha_output
代替,用法和\isszz\captcha\rotate\facade\Captcha::output
方法相同,返回数组[$mime, $image]
,生成图片的mime
类型和图片内容
v0.0.2
- 移除thinphp6依赖,可在其他框架,增加少量代码使用啦
- 增加配置驱动
v0.0.1
- 增加存储驱动功能可使用session,cache,cookie驱动
- 验证方式改为token交换,利于vue,react,app等调用
- 加密方式更改为AES
- 新增输出格式设置,可设置webp,生成图片更小,清晰度更高且支持透明底色