Download the PHP package nenes25/eicaptcha without Composer

On this page you can find all versions of the php package nenes25/eicaptcha. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package eicaptcha

GitHub stars GitHub forks GitHub release [Github All Releases]() [Github issues]()

eicaptcha

Module EiCaptcha for prestashop 1.7 +

The module is also available for prestashop version 1.6.x see here : https://github.com/nenes25/eicaptcha/tree/master
or download 0.4.x releases ( This version remains available but support and evolutions are stopped )

This module display Google recaptcha on the following forms :

The module is compatible with both V2 and V3 recaptcha keys ( since v 2.3.0 )

This module relies upon the override of the following files :

For newsletter subscription implementation it needs module ps_emailsubscription at least 2.6.0

This module use composer to get recaptcha lib.
Don't forget to use composer install in order to download the necessary recaptcha composer package.

Otherwise you can go on the github release page https://github.com/nenes25/eicaptcha/releases and download the last 2.x version release to get the full package

Please do not use the github function "download as zip" which will not works

Screenshots with V2 keys

Captcha on contact form
Captcha Contact Form

Captcha on account creation form
Captcha on account creation form

Captcha on newsletter form
Captcha on newsletter subscription form

Screenshots with V3 keys (invisible recaptcha)

With v3 keys you just need to check if the recaptcha box is present in the bottom right corner

V3 captcha
Captcha V3

Additionnal informations (French)

https://www.h-hennes.fr/blog/module-recaptcha-pour-le-formulaire-de-contact-prestashop/
https://www.h-hennes.fr/blog/2017/07/11/module-catpcha-pour-prestashop-1-7/

Compatibility

Prestashop Version Compatible
1.6.1.x and under :x: use version 0.4.x or 0.5.x instead
1.7.0.x to 1.7.8.x :heavy_check_mark:
8.0.x :heavy_check_mark:
8.1.x :heavy_check_mark:

All versions of eicaptcha with dependencies

PHP Build Version
Package Version
Requires php Version >=5.6
google/recaptcha Version ~1.1
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package nenes25/eicaptcha contains the following files

Loading the files please wait ....