All Projects → studioforty9-dev → Recaptcha

studioforty9-dev / Recaptcha

Licence: BSD-3-Clause license
Magento Module for the most recent version of Google reCAPTCHA. (This module is no longer actively supported)

Programming Languages

PHP
23972 projects - #3 most used programming language
HTML
75241 projects
Gherkin
971 projects

ReCaptcha

This module is no longer actively supported by StudioForty9.

Build Status Scrutinizer Code Quality Code Coverage Downloads

Features

The reCAPTCHA extension uses Google's reCAPTCHA widget (read more) to lower the friction when identifying real people and provide powerful protection against spam with front-end forms in Magento, we currently support the following forms:

  • Contact page form
  • Product Review form
  • Customer Registration form
  • Product Send to friend form
  • Login Form
  • Forgot Password Form

Composer Installation

Add the package to your require list:

"require": {
    "studioforty9/recaptcha": "dev-master"
}

Add the repository to your project composer.json file:

"repositories": [
    {"type": "composer", "url": "http://packages.firegento.com"}
],

Documentation

Documentation can be found at http://recaptcha.readme.io/docs/

Extending/Using with your own forms

Please refer to the developer documentation at https://recaptcha.readme.io/v1.5/docs/developers

Contributing

see CONTRIBUTING file

Licence

BSD 3 Clause see LICENCE file

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].