Download the PHP package power-captcha/integration-oxid-eshop without Composer
On this page you can find all versions of the php package power-captcha/integration-oxid-eshop. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download power-captcha/integration-oxid-eshop
More information about power-captcha/integration-oxid-eshop
Files in power-captcha/integration-oxid-eshop
Package integration-oxid-eshop
Short Description POWER CAPTCHA protects your OXID eShop against bots and unauthorized persons. GDPR compliant!
License GPL-2.0-or-later
Homepage https://power-captcha.com/en
Informations about the package integration-oxid-eshop
POWER CAPTCHA Integration for OXID eShop
POWER CAPTCHA protects your OXID eShop against bots and unauthorized persons. GDPR compliant!
This OXID eShop Module integrates POWER CAPTCHA into:
- Customer login forms
- Registration forms
- Checkout completion
- Contact form
- Password reset form
- Newsletter form
- Wished price form
Compatibility
Supported Versions
Compatible with OXID eShop 7.1.x and 6.5.x.
- Version 2.x (branch:
oxid-7.1
) of our module is compatible with OXID eShop 7.1.x . - Version 1.x (branch:
oxid-6.5
) of our module is compatible with OXID eShop 6.5.x .
Supported Themes
- Fully compatible with the following themes:
- OXID 6.5: Wave, Flow, Azure (including child themes)
- OXID 7.1: APEX theme
- Easily integrable into other custom themes.
Installation and Configuration
1. Install the Module
To install the module, use composer.
For OXID 7.1:
For OXID 6.5:
2. Activate the Module
Once installed, activate the module through the admin panel or via command line.
Activation via Admin Panel
Log in into your OXID eShop admin panel and navigate to Extensions ⇨ Modules. Select the POWER CAPTCHA module and click the Activate button.
Activation via Command Line
You can also activate the module using the OXID eShop console. Run the following command from your shop root directory:
If you need to activate the module for a specific sub-shop, use the following command (replacing <shop-id>
with the actual shop ID):
3. Configure the Module
Log in into your OXID eShop admin panel and navigate to Extensions ⇨ Modules. Select the POWER CAPTCHA module and click the Settings tab.
General settings
Enter your API Key and Secret Key, both keys can be found in the customer area of POWER CAPTCHA. If don't have an API Key yet, you can choose a plan on power-captcha.com.
Other general settings are optional.
Protected sections / forms
Here you can select which sections / forms in your shop should be protected by POWER CAPTCHA.
On-premise settings
These settings are only relevant if you are running a self-hosted POWER CAPTCHA instance. If not, you can leave these fields blank.
Development
Installation for development
-
Clone the module to
<shopRoot>/dev/power-captcha/integration-oxid-eshop
: -
Add and require the module from the local path via Composer:
-
Install and activate the module using the OXID eShop console:
- Activate the module:
Useful commands
-
Reinstalling the module
After making changes, it is necessary to reinstall the module for the changes to take effect:
-
Reactivating the module
If you make changes to
services.yaml
(e.g. adding more services) ormetadata.php
(e.g. extending new OXID eShop components), you may need to reactivate the module: -
Clearing the cache
You can clear the cache with
All versions of integration-oxid-eshop with dependencies
ext-curl Version *