Download the PHP package tremendo/oxid-hcaptcha without Composer

On this page you can find all versions of the php package tremendo/oxid-hcaptcha. 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 oxid-hcaptcha

hCaptcha module for OXID eShop

MIT license Maintenance

Stop more bots. Start protecting user privacy. This module adds hCaptcha to forms in OXID eShop.

Requirements

Installation

To install the module run the following command from the root directory of your OXID installation.

Activation

After installing the module, you need to activate it, either via OXID eShop admin or CLI.

Configuration

Basic settings

Site key and secret

Visit hcaptcha.com and register for free. You will recieve a site key and a secret. Enter both in the modules's settings page.

Language

If you want to use a specific language for the widget, you can enter a language code here. Leave this field empty to auto dectect the user's language.

Google reCaptcha compatibility

Whether or not to insert window.grecaptcha compatibility hook.

Appearance

Theme

Choose the widget's theme (light or dark).

Display Mode

Choose the widget's display mode (normal, compact or invisible) here.

If you use the invisible mode hCaptcha client/server interactions occur in the background, and the user will only be presented with a hCaptcha challenge if that user meets challenge criteria.

Links to hCaptcha's privacy policy and TOS

Check this option to include links to hCaptcha's privacy policy and terms of service if the widget is in invisible mode. Recommended.

Callbacks

If you want to use your own event handlers for the widget, you can activate them here.

Before you do this please make a copy of the file and rename it to so the module can find it and future updates will not override your changes.

Content-Security-Policy Settings

If you use CSP add and to , , and .

License

This module is licensed under the MIT License.


All versions of oxid-hcaptcha with dependencies

PHP Build Version
Package Version
Requires php Version ^7.0 || ^8.0
ext-json Version *
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 tremendo/oxid-hcaptcha contains the following files

Loading the files please wait ....