enjoys/forms-simple-captcha

enjoys/forms 扩展

1.2.3 2022-12-04 14:49 UTC

This package is auto-updated.

Last update: 2024-09-04 18:26:57 UTC


README

enjoys/forms 扩展

运行内置服务器查看示例

php -S localhost:8000 -t ./example .route

选项

  • width int 图片宽度 默认: 150
  • height int 图片高度 默认: 50
  • size int 字符数量 默认: 6
  • chars string 使用字符列表 默认: qwertyuiopasdfghjklzxcvbnm1234567890
  • font string 字体名称或完整路径 默认: OhioKraft.otf
  • gd_FontPath string 设置 GD 的全局字体目录 默认: './fonts'