PHPackages                             wp-pay-gateways/omnikassa - 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. wp-pay-gateways/omnikassa

AbandonedArchivedLibrary[Payment Processing](/categories/payments)

wp-pay-gateways/omnikassa
=========================

✗ \[DEPRECATED\] OmniKassa driver for the WordPress payment processing library.

2.1.0(6y ago)26.0kGPL-3.0-or-laterPHPPHP &gt;=5.6.20

Since Jan 19Pushed 5y ago3 watchersCompare

[ Source](https://github.com/wp-pay-gateways/omnikassa)[ Packagist](https://packagist.org/packages/wp-pay-gateways/omnikassa)[ Docs](http://www.wp-pay.org/gateways/omnikassa/)[ RSS](/packages/wp-pay-gateways-omnikassa/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (11)Versions (21)Used By (0)

WordPress Pay Gateway: OmniKassa
================================

[](#wordpress-pay-gateway-omnikassa)

**OmniKassa driver for the WordPress payment processing library.**

[![Build Status](https://camo.githubusercontent.com/b58dfb187151bce42fe5b9e595b9758e4e4304ead5e6a59f33121725120e4fa3/68747470733a2f2f7472617669732d63692e6f72672f77702d7061792d67617465776179732f6f6d6e696b617373612e7376673f6272616e63683d646576656c6f70)](https://travis-ci.org/wp-pay-gateways/omnikassa)[![Coverage Status](https://camo.githubusercontent.com/535428240fef2c81bb43792a806f62c76fecd9fd9e1cb8c298aae52431985c23/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f77702d7061792d67617465776179732f6f6d6e696b617373612f62616467652e7376673f6272616e63683d6d617374657226736572766963653d676974687562)](https://coveralls.io/github/wp-pay-gateways/omnikassa?branch=master)[![Latest Stable Version](https://camo.githubusercontent.com/d74e11099647eceac58f1e2bcab8e78a4c41531541f74fdf8c57362ab4adaaed/68747470733a2f2f706f7365722e707567782e6f72672f77702d7061792d67617465776179732f6f6d6e696b617373612f762f737461626c652e737667)](https://packagist.org/packages/wp-pay-gateways/omnikassa)[![Total Downloads](https://camo.githubusercontent.com/9642a681329a93e2c62a544ac36076bfd57c4454bd41c7e8c6977051a7d0e5db/68747470733a2f2f706f7365722e707567782e6f72672f77702d7061792d67617465776179732f6f6d6e696b617373612f646f776e6c6f6164732e737667)](https://packagist.org/packages/wp-pay-gateways/omnikassa)[![Latest Unstable Version](https://camo.githubusercontent.com/a27626ee3dcf03e68f17281f732080825bf6b3a7a538b61bb6aedfce41ac9769/68747470733a2f2f706f7365722e707567782e6f72672f77702d7061792d67617465776179732f6f6d6e696b617373612f762f756e737461626c652e737667)](https://packagist.org/packages/wp-pay-gateways/omnikassa)[![License](https://camo.githubusercontent.com/ad829395604e587c0017333ea84bcc4266da86871cc0d217588277662c22cbc7/68747470733a2f2f706f7365722e707567782e6f72672f77702d7061792d67617465776179732f6f6d6e696b617373612f6c6963656e73652e737667)](https://packagist.org/packages/wp-pay-gateways/omnikassa)[![Built with Grunt](https://camo.githubusercontent.com/9f156fc8bad420a6d57fa5f6458f87315ac9605ddabdd4c6610a743f144ee254/68747470733a2f2f63646e2e6772756e746a732e636f6d2f6275696c74776974682e737667)](http://gruntjs.com/)

Test Account
------------

[](#test-account)

OptionValueURL`https://payment-webinit.simu.omnikassa.rabobank.nl/paymentServlet`Merchant ID`002020000000001`Secret Key`002020000000001_KEY1`Key Version`1`WP-CLI
------

[](#wp-cli)

### Create test config

[](#create-test-config)

```
POST_ID=`wp post create --post_type=pronamic_gateway --post_title='OmniKassa - Test' --post_status=publish --porcelain`
wp post meta update $POST_ID '_pronamic_gateway_id' 'rabobank-omnikassa'
wp post meta update $POST_ID '_pronamic_gateway_mode' 'test'
wp post meta update $POST_ID '_pronamic_gateway_omnikassa_merchant_id' '002020000000001'
wp post meta update $POST_ID '_pronamic_gateway_omnikassa_secret_key' '002020000000001_KEY1'
wp post meta update $POST_ID '_pronamic_gateway_omnikassa_key_version' '1'
```

Filters
-------

[](#filters)

### Filter `pronamic_pay_omnikassa_payment_mean_brand_list`

[](#filter-pronamic_pay_omnikassa_payment_mean_brand_list)

With the `pronamic_pay_omnikassa_payment_mean_brand_list` filter you adjust the OmniKassa `paymentMeanBrandList` parameter.

Example:

```
function custom_omnikassa_payment_mean_brand_list( $list ) {
	$list = array(
		'IDEAL',
	);

	return $list;
}

add_filter( 'pronamic_pay_omnikassa_payment_mean_brand_list', 'custom_omnikassa_payment_mean_brand_list' );
```

Links
-----

[](#links)

-
-

Production Environment
----------------------

[](#production-environment)

**Payment Server URL:**

Test Environment
----------------

[](#test-environment)

**Payment Server URL:**

Documentation
-------------

[](#documentation)

TitleLanguageVersionDate[Integration Guide Rabo OmniKassa](https://www.pronamic.nl/wp-content/uploads/2017/02/actueel-integratiehandleiding-rabo-omnikassa-en-version-7-3-december-2016_29717880.pdf)EN`7.3`2016-12[Integratiehandleiding Rabo OmniKassa](https://www.pronamic.nl/wp-content/uploads/2017/02/actueel-integratiehandleiding-rabo-omnikassa-nl-versie-7-3-december-2016_29717875.pdf)NL`7.3`2016-12[Integration Guide Rabo OmniKassa](https://www.pronamic.nl/wp-content/uploads/2016/06/integrationguide_29717880.pdf)EN`7.2`2014-09[Integratiehandleiding Rabo OmniKassa](https://www.pronamic.nl/wp-content/uploads/2016/06/integratiehandleiding_29717875.pdf)NL`7.2`2014-09[Integration Guide Rabo OmniKassa](https://www.pronamic.nl/wp-content/uploads/2014/07/integratiehandleiding_rabo_omnikassa_en_version_7_1_april_2014_final_2_0_29637101.pdf)EN`7.1`2014-04[Integratiehandleiding Rabo OmniKassa](https://www.pronamic.nl/wp-content/uploads/2014/07/integratiehandleiding_nl_12_2013_29420242.pdf)NL`7.1`2014-04

###  Health Score

33

—

LowBetter than 74% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity67

Established project with proven stability

 Bus Factor1

Top contributor holds 68.3% 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 ~104 days

Recently: every ~269 days

Total

19

Last Release

2242d ago

Major Versions

1.2.3 → 2.0.02018-05-11

PHP version history (3 changes)1.0.0PHP &gt;=5.2.4

1.2.3PHP ^5.3

2.0.3PHP &gt;=5.6.20

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/869674?v=4)[Remco Tolsma](/maintainers/remcotolsma)[@remcotolsma](https://github.com/remcotolsma)

---

Top Contributors

[![remcotolsma](https://avatars.githubusercontent.com/u/869674?v=4)](https://github.com/remcotolsma "remcotolsma (170 commits)")[![rvdsteege](https://avatars.githubusercontent.com/u/10371164?v=4)](https://github.com/rvdsteege "rvdsteege (79 commits)")

---

Tags

deprecatedidealomnikassapaymentphprabobankwordpresswordpressgatewaywppaypronamicdeprecatedomnikassa

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/wp-pay-gateways-omnikassa/health.svg)

```
[![Health](https://phpackages.com/badges/wp-pay-gateways-omnikassa/health.svg)](https://phpackages.com/packages/wp-pay-gateways-omnikassa)
```

PHPackages © 2026

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