oxid-professional-services / usercentrics
OXID Cookie Management powered by usercentrics
Installs: 237 757
Dependents: 1
Suggesters: 2
Security: 0
Stars: 17
Watchers: 19
Forks: 0
Type:oxideshop-module
pkg:composer/oxid-professional-services/usercentrics
Requires
- php: ^8.2
- ext-json: *
- symfony/filesystem: ^6.0
- symfony/yaml: > 3
Requires (Dev)
- ext-dom: *
- ext-libxml: *
- codeception/codeception: ^5.1
- codeception/module-asserts: ^3.0
- codeception/module-db: ^3.1
- codeception/module-filesystem: ^3.0
- codeception/module-webdriver: ^4.0
- mikey179/vfsstream: ~1.6.8
- oxid-esales/codeception-modules: v4.2.0
- oxid-esales/codeception-page-objects: v4.6.0
- oxid-esales/developer-tools: v2.5.0
- oxid-esales/oxideshop-ce: v7.3.0
- oxid-esales/twig-component: v2.6.0
- phpmd/phpmd: ^2.15
- phpstan/phpstan: ^1.10
- phpunit/phpunit: ^10.5
- squizlabs/php_codesniffer: ^3.8
Conflicts
- oxid-esales/oxideshop-ce: <7.3
- dev-b-7.4.x
- v3.1.0
- v3.0.0
- v2.0.2
- v2.0.1
- v2.0.0
- v1.2.1
- v1.2.0
- v1.1.3
- v1.1.2
- v1.1.1
- v1.1.0
- v1.0.0
- dev-b-7.4.x-root-recipe-OXDEV-9003
- dev-b-8.0.x
- dev-b-7.3.x
- dev-b-7.1.x
- dev-b-7.2.x
- dev-b-7.0.x
- dev-b-6.5.x
- dev-HR-b-7.0.x-experiment
- dev-master
- dev-b-6.3.x
- dev-b-6.3.x-HR
- dev-b-6.2.x
- dev-keywan-ghadami-oxid-patch-1
- dev-PSCORE-32-configure-ci-on-modules
- dev-PSCORE-34
This package is auto-updated.
Last update: 2025-09-30 15:44:17 UTC
README
This module provides the Usercentrics functionality for the OXID eShop allowing you to use their Consent Management Platform.
Usage
This assumes you have OXID eShop (at least the v6.2.0
compilation) up and running.
Install
The Usercentrics module is already included in the OXID eShop compilation.
Module can be installed manually, by using composer:
$ composer require oxid-professional-services/usercentrics
After requiring the module, you need to activate it, either via OXID eShop admin or CLI.
Navigate to oxideshop folder and execute the following:
$ vendor/bin/oe-console oe:module:activate oxps_usercentrics
How to use
Activate the module and enter your usercentrics ID in the module settings.
User documentation: DE
Branch Compatibility
- b-7.4.x branch for b-7.4.x shop compilation branches
- b-7.3.x branch and v3.1.0 for b-7.3.x shop compilation branches
- b-7.2.x branch and v3.0.0 for b-7.2.x shop compilation branches
- b-7.1.x branch and v3.0.0 for b-7.1.x shop compilation branches
- b-7.0.x branch and v3.0.0 for b-7.0.x shop compilation branches
- b-6.5.x branch for b-6.5.x shop compilation branches
- b-6.3.x branch for b-6.3.x and b-6.4.x shop compilation branches
- b-6.2.x branch for b-6.2.x shop compilation branches
Development installation
We recommend developing the module as independent as possible. This means that the module for development should be installed as a root package, with its own strict dependencies if such are needed.
The next section shows how to install the module as a root package by using the OXID eShop SDK.
In case of different environment usage, please adjust by your own needs.
Development installation on OXID eShop SDK
The installation instructions below are shown for the current SDK for shop 7.4. Make sure your system meets the requirements of the SDK.
-
Ensure all docker containers are down to avoid port conflicts
-
Clone the SDK for the new project
echo MyProject && git clone https://github.com/OXID-eSales/docker-eshop-sdk.git $_ && cd $_
- Clone the repository to the source directory
git clone --recurse-submodules https://github.com/OXID-eSales/usercentrics.git --branch=b-7.4.x ./source
- Run the recipe to setup the development environment, you can decide which shop edition to install. Omitting the flag installs EE.
./source/recipes/setup-development.sh
You should be able to access the shop with http://localhost.local and the admin panel with http://localhost.local/admin (credentials: noreply@oxid-esales.com / admin)
Testing
Linting, syntax check, static analysis
$ composer update $ composer static
Unit/Integration/Acceptance tests
- Install this module in a running OXID eShop
- Reset the shop's database
$ bin/oe-console oe:database:reset --db-host=db-host --db-port=db-port --db-name=db-name --db-user=db-user --db-password=db-password --force
- Run all the tests
$ composer tests-all
- Or the desired suite
$ composer tests-unit $ composer tests-integration $ composer tests-codeception
Contributing
You like to contribute? 🙌 AWESOME 🙌
Go and check the contribution guidelines
Issues
To report issues with the module, please use the OXID eShop bugtracking system - module Usercentrics project.
License
OXID Module and Component License, see LICENSE file.