2017 © Pedro Peláez
 

library san-captcha

ZF3 Sample For Captcha

image

san/san-captcha

ZF3 Sample For Captcha

  • Monday, March 19, 2018
  • by samsonasik
  • Repository
  • 4 Watchers
  • 10 Stars
  • 2,190 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 6 Forks
  • 0 Open issues
  • 6 Versions
  • 2 % Grown

The README.md

Captcha sample module.

This is README for version ^2.0 which uses Laminas components, (*1)

For version ^1.0 that support zf, you can browse v1 readme, (*2)

  • 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'
),
  • call in browser http://localhost/yourzfproject/public/san-captcha

The Versions

11/03 2016

0.0.2

0.0.2.0 https://github.com/samsonasik/SanCaptcha

ZF2 Sample For Captcha

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

zf2 captcha

11/03 2016

0.0.1

0.0.1.0 https://github.com/samsonasik/SanCaptcha

ZF2 Sample For Captcha

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

zf2 captcha