san/san-captcha

Laminas 示例 For Captcha

2.0.1 2021-09-24 18:09 UTC

This package is auto-updated.

Last update: 2024-08-26 18:02:51 UTC


README

这是 ^2.0 版本的 README,它使用 Laminas 组件

对于支持 zf 的 ^1.0 版本,您可以浏览 v1 README

  • 安装
composer require san/san-captcha
  • 在 application.config.php 中注册
'modules' => array(
    'Application', // your app
    'Laminas\Form',
    'Laminas\I18n',
    'Laminas\Router',
    'Laminas\Validator',
    'Laminas\Session',
    'SanCaptcha'
),