2017 © Pedro Peláez
 

neos-plugin recaptcha

Neos plugin for Google reCAPTCHA

image

gerdemann/recaptcha

Neos plugin for Google reCAPTCHA

  • Monday, April 30, 2018
  • by nottulner
  • Repository
  • 2 Watchers
  • 5 Stars
  • 952 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 7 Versions
  • 17 % Grown

The README.md

Gerdemann.ReCAPTCHA

Neos plugin for Google reCAPTCHA, (*1)

How-To:

  • Install the package to Packages/Plugin/Gerdemann.ReCAPTCHA (e.g. via composer require gerdemann/recaptcha)
  • Get your sitekey and shared secret at https://www.google.com/recaptcha/admin
  • Add the reCAPTCHA element to your form:, (*2)

    -
    type: 'Gerdemann.ReCAPTCHA:ReCAPTCHA'
    identifier: 'recaptcha'
    properties:
      sitekey: 'ENTER_HERE_YOUR_SITEKEY'
    validators:
      - identifier: 'Neos.Flow:NotEmpty'
      - identifier: 'Gerdemann.ReCAPTCHA:ReCAPTCHA'
        options:
          secret: 'ENTER_HERE_YOUR_SHARED_SECRET'
    

Settings:

You can predefine default values for secret and sitekey in Settings.yaml. If no specific values are given in the form the captcha-element will fallback to those values., (*3)

Gerdemann: ReCAPTCHA: sitekey: ~ secret: ~, (*4)

Hint:

Two javascript files are included in /Resources/Private/Fusion/Root.fusion on the page. If this is not desired, these can be individually removed via a condition. To ensure the functionality, these files are at least necessary on pages with form., (*5)

Version hint

The Version 1.* is compatible with Neos 2.0, but this version is no longer supported. For Neos 3.0 versions 2. * can be used., (*6)

License

The MIT License (MIT). Please see LICENSE for more information., (*7)

The Versions

30/04 2018

dev-master

9999999-dev

Neos plugin for Google reCAPTCHA

  Sources   Download

MIT

The Requires

 

30/04 2018

2.0.3

2.0.3.0

Neos plugin for Google reCAPTCHA

  Sources   Download

MIT

The Requires

 

25/04 2018

2.0.2

2.0.2.0

Neos plugin for Google reCAPTCHA

  Sources   Download

MIT

The Requires

 

20/03 2017

1.0.1

1.0.1.0

Neos plugin for Google reCAPTCHA

  Sources   Download

MIT

The Requires

 

20/03 2017

2.0.1

2.0.1.0

Neos plugin for Google reCAPTCHA

  Sources   Download

MIT

The Requires

 

04/02 2017

2.0.0

2.0.0.0

Neos plugin for Google reCAPTCHA

  Sources   Download

MIT

The Requires

 

27/01 2017

1.0.0

1.0.0.0

Neos plugin for Google reCAPTCHA

  Sources   Download

MIT

The Requires