san/san-captcha

Laminas Sample For Captcha

2.0.1 2021-09-24 18:09 UTC

This package is auto-updated.

Last update: 2024-04-26 17:20:46 UTC


README

This is README for version ^2.0 which uses Laminas components

For version ^1.0 that support zf, you can browse v1 readme

  • Install:
composer require san/san-captcha
  • register at application.config.php
'modules' => array(
    'Application', // your app
    'Laminas\Form',
    'Laminas\I18n',
    'Laminas\Router',
    'Laminas\Validator',
    'Laminas\Session',
    'SanCaptcha'
),