PHPackages                             payever/payever-integration-oxid - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Payment Processing](/categories/payments)
4. /
5. payever/payever-integration-oxid

ActiveOxideshop-module[Payment Processing](/categories/payments)

payever/payever-integration-oxid
================================

payever payment module

3.5.0(6mo ago)01.3k1[2 PRs](https://github.com/payeverworldwide/payever-integration-oxid/pulls)MITPHPPHP &gt;=5.6.0

Since Jul 29Pushed 6mo ago1 watchersCompare

[ Source](https://github.com/payeverworldwide/payever-integration-oxid)[ Packagist](https://packagist.org/packages/payever/payever-integration-oxid)[ Docs](https://getpayever.com/)[ RSS](/packages/payever-payever-integration-oxid/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependencies (7)Versions (24)Used By (0)

payever OXID-eShop module
=========================

[](#payever-oxid-eshop-module)

This repository contains payever payments module for [OXID e-commerce platform](https://www.oxid-esales.com/en/e-commerce-platform/shop-systems/).

OXID versions support
---------------------

[](#oxid-versions-support)

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

Installation
------------

[](#installation)

Local shop setup
----------------

[](#local-shop-setup)

- official docs [https://docs.oxid-esales.com/developer/en/6.0/getting\_started/installation/eshop\_installation.html](https://docs.oxid-esales.com/developer/en/6.0/getting_started/installation/eshop_installation.html)
- demo data

Local plugin install
--------------------

[](#local-plugin-install)

- [https://docs.oxid-esales.com/developer/en/6.2/development/modules\_components\_themes/project/module\_configuration/modules\_installation.html](https://docs.oxid-esales.com/developer/en/6.2/development/modules_components_themes/project/module_configuration/modules_installation.html)
- use admin interface see guide. Plugin location `/source/modules`

Testing
=======

[](#testing)

### Behat

[](#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](https://www.seleniumhq.org/download/)) `java -jar /path/to/selenuim-standalone.jar`
- `chromedriver` is available in your `PATH` env variable ([download](http://chromedriver.chromium.org/downloads) or `brew install chromedriver` for Mac OS)
- install `chrome`
- `chromedriver` is available in your `PATH` env variable ([download](http://chromedriver.chromium.org/downloads) or `brew install chromedriver` for Mac OS)
- Important: `chromedriver` must be same version as `chrome` browser version
- selenium run in background `java -jar //selenium-server-standalone-x.xx.x.jar -Dwebdriver.chrome.driver=//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

[](#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

[](#phpmd-httpsphpmdorgdocumentation)

- `./vendor/bin/phpmd ./src/payever text ./phpmd.xml`

### Phpcs

[](#phpcs)

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

### Option 1: Download from OXID exchange

[](#option-1-download-from-oxid-exchange)

Please go to [module download page](https://exchange.oxid-esales.com/Order-and-Delivery/Payment/payever-Your-checkout-everywhere-1-1-0-Stable-CE-4-0-x-4-9-x.html#versionTab) 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

[](#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
------------------

[](#user-documentation)

You can find the user guide [here](https://support.payever.org/hc/en-us/articles/360023900334-OXID).

###  Health Score

42

—

FairBetter than 89% of packages

Maintenance66

Regular maintenance activity

Popularity18

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~110 days

Recently: every ~193 days

Total

22

Last Release

200d ago

Major Versions

2.16.1 → 3.0.02023-06-29

PHP version history (2 changes)2.5.0-rc.1PHP &gt;=5.4.0

3.5.0PHP &gt;=5.6.0

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/22471576?v=4)[payeverdev](/maintainers/payeverdev)[@payeverdev](https://github.com/payeverdev)

---

Top Contributors

[![payeverdev](https://avatars.githubusercontent.com/u/22471576?v=4)](https://github.com/payeverdev "payeverdev (22 commits)")

---

Tags

OXIDpaymentmoduleseshopsantanderpayeverinstallments

### Embed Badge

![Health badge](/badges/payever-payever-integration-oxid/health.svg)

```
[![Health](https://phpackages.com/badges/payever-payever-integration-oxid/health.svg)](https://phpackages.com/packages/payever-payever-integration-oxid)
```

###  Alternatives

[oxid-solution-catalysts/paypal-module

OXID eSales PayPal payment module for OXID

2230.2k](/packages/oxid-solution-catalysts-paypal-module)[oxid-esales/paypal-module

This is the PayPal module for the OXID eShop.

36517.8k2](/packages/oxid-esales-paypal-module)[bestit/amazonpay4oxid

This is the Amazon Pay module for the OXID eShop.

11276.9k1](/packages/bestit-amazonpay4oxid)[oxid-esales/stripe-module

Stripe Payment Module for Oxid 6

165.6k](/packages/oxid-esales-stripe-module)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
