Download the PHP package breyndotechse/recaptcha2 without Composer
On this page you can find all versions of the php package breyndotechse/recaptcha2. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download breyndotechse/recaptcha2
More information about breyndotechse/recaptcha2
Files in breyndotechse/recaptcha2
Package recaptcha2
Short Description reCAPTCHA 2.0 ("NoCaptcha") Module for Zend Framework 2 and Zend Framework 3
License BSD-3-Clause
Homepage https://github.com/breyndotechse/recaptcha2
Informations about the package recaptcha2
reCAPTCHA 2.0 ("NoCaptcha") Module for Zend Framework 2 and Zend Framework 3
Installation
Installation of this module uses composer. For composer documentation, please refer to getcomposer.org.
Then add ReCaptcha2
to your config/application.config.php
.
Usage
Basic Usage
Advanced configuration
SSL Issue / Google SSL Certificate
Set the openssl.cafile configuration setting in your php.ini, .user.ini or .htaccess. You can find a bundle of CA certificates here: cURL CA Certificate Bundle. This module comes with a cacert.pem file containing the "Google Internet Authority G2" and the "GeoTrust Global CA" CA certificate.
Otherwise set the Zend\Http\Client
sslcafile
configuration key:
All versions of recaptcha2 with dependencies
zendframework/zend-captcha Version ^2.2.3
zendframework/zend-http Version ^2.2.3
zendframework/zend-form Version ^2.2.3
zendframework/zend-view Version ^2.2.3
zendframework/zend-i18n Version ^2.2.3