payever/payever-integration-oxid

payever payment module

3.3.0 2025-08-12 11:51 UTC

README

This repository contains payever payments module for OXID e-commerce platform.

OXID versions support

Currently, this module is compatible with OXID-eShop Community Edition starting from 4.7.X version and up.

Installation

Local shop setup

Local plugin install

Testing

Behat

Before running behat tests make sure that you have:

  • ran composer install
  • set proper behat.yml config values (see behat.yml.dist)
  • started selenium2 server (download) java -jar /path/to/selenuim-standalone.jar
  • chromedriver is available in your PATH env variable (download or brew install chromedriver for Mac OS)
  • install chrome https://googlechromelabs.github.io/chrome-for-testing/#stable
  • chromedriver is available in your PATH env variable (download or brew install chromedriver for Mac OS)
  • Important: chromedriver must be same version as chrome browser version
  • selenium run in background java -jar /<path>/selenium-server-standalone-x.xx.x.jar -Dwebdriver.chrome.driver=/<path>/chromedriver > /dev/null 2>&1 &
  • payever stub server run ./vendor/payever/plugins-stub/bin/stub-server localhost:9090
  • behat test run ./vendor/behat/behat/bin/behat --config behat.yml

Unittest

  • simple unittest ./vendor/bin/phpunit -c phpunit.xml
  • HTML codecov report (xdebug php module require) php -d xdebug.mode=coverage ./vendor/bin/phpunit -c ./phpunit.xml --coverage-html /var/www/html/clover

Phpmd https://phpmd.org/documentation/

  • ./vendor/bin/phpmd ./src/payever text ./phpmd.xml

Phpcs

  • ./vendor/bin/phpcs --standard=./phpcs.xml ./src/payever

Option 1: Download from OXID exchange

Please go to module download page and download the latest version.

(NOTE: The order inside "Versions" tab is arbitrary, so please make sure to pick the latest version)

Option 2: Install via Composer

NOTE: For OXID-eShop version 6 and above only

Run the following CLI command inside your shop root directory:

composer require payever/payever-integration-oxid

User documentation

You can find the user guide here.