2017 © Pedro Peláez
 

library zf2nocaptcha

Google NoCaptcha for ZendFramework2

image

srggroup/zf2nocaptcha

Google NoCaptcha for ZendFramework2

  • Wednesday, March 22, 2017
  • by srggroup
  • Repository
  • 1 Watchers
  • 0 Stars
  • 137 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 6 Versions
  • 3 % Grown

The README.md

ZF2NoCaptcha

This Laminas Captcha adapter uses Google's reCAPTCHA php library (see here: https://github.com/google/recaptcha)., (*1)

USAGE

  • Pull it from composer
composer require srggroup/zf2nocaptcha
  • Define the helper in your Laminas module config:
'view_helpers'=>array(
    'invokables'=>array(
        'recaptcha.helper'=>'NoCaptcha\NoCaptchaHelper'
    )
)
  • Integrate it into the form like the standard laminas recaptcha element
$adapter = new \NoCaptcha\NoCaptchaAdapter($siteKey, $secreteKey);

I've used some code from this repository: https://github.com/szmnmichalowski/ZF2-NoCaptcha, (*2)

The Versions

22/03 2017

dev-master

9999999-dev http://srg.hu/

Google NoCaptcha for ZendFramework2

  Sources   Download

BSD-3-Clause

The Requires

 

zf2 recaptcha nocaptcha

22/03 2017

v0.2

0.2.0.0 http://srg.hu/

Google NoCaptcha for ZendFramework2

  Sources   Download

BSD-3-Clause

The Requires

 

zf2 recaptcha nocaptcha

28/11 2016

v0.1.3

0.1.3.0 http://srg.hu/

Google NoCaptcha for ZendFramework2

  Sources   Download

BSD-3-Clause

The Requires

 

zf2 recaptcha nocaptcha

17/09 2015

v0.1.1

0.1.1.0 http://srg.hu/

Google NoCaptcha for ZendFramework2

  Sources   Download

BSD-3-Clause

The Requires

 

zf2 recaptcha nocaptcha

17/09 2015

v0.1.2

0.1.2.0 http://srg.hu/

Google NoCaptcha for ZendFramework2

  Sources   Download

BSD-3-Clause

The Requires

 

zf2 recaptcha nocaptcha

17/09 2015

v0.1

0.1.0.0 http://srg.hu/

Google NoCaptcha for ZendFramework2

  Sources   Download

BSD-3-Clause

The Requires

 

zf2 recaptcha nocaptcha