PHPackages                             emspay/ems-online-magento-2 - 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. emspay/ems-online-magento-2

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

emspay/ems-online-magento-2
===========================

EMS Pay for Magento 2

2.0.12(1y ago)11.0kMITPHPCI failing

Since May 26Pushed 1y ago3 watchersCompare

[ Source](https://github.com/emspay/ems-online-magento-2)[ Packagist](https://packagist.org/packages/emspay/ems-online-magento-2)[ RSS](/packages/emspay-ems-online-magento-2/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (10)Dependencies (2)Versions (21)Used By (0)

EMS Online plugin for Magento 2
===============================

[](#ems-online-plugin-for-magento-2)

About
-----

[](#about)

This is the official EMS Online plugin.

EMS helps entrepreneurs with the best, smartest and most efficient payment systems. Both in your physical store and online in your webshop. With a wide range of payment methods you can serve every customer.

Why EMS?

Via the EMS website you can create a free test account online 24/7 and try out the online payment solution. EMS's online solution also offers the option of sending payment links and accepting QR payments.

The ideal online payment page for your webshop:

· Free test account - apply online 24/7

· Wide range of payment methods

· Payment page entirely in the style of your website, making transactions less likely to be terminated.

· Download your reports in the formats CAMT.053, MT940, MT940S &amp; COD

· One clear dashboard for all your payment, revenue and administrative functions

· Available in 4 languages: English, French, Dutch, and German. More languages will be added.

Version number
--------------

[](#version-number)

- Latest version 2.0.12

Requirements:
-------------

[](#requirements)

- PHP v7.0 to v8.1
- Magento v2.2.x to v2.4.4

Supported methods
-----------------

[](#supported-methods)

- Afterpay
- Amex
- Apple Pay
- Bancontact
- Banktransfer
- Creditcard
- iDEAL
- Klarna Pay Later
- Klarna Pay Now
- Klarna Direkt Debit
- Google-pay
- Sofort
- Payconiq
- Paypal
- Tikkie

Installation using Composer
---------------------------

[](#installation-using-composer)

Magento® 2 uses the Composer to manage the module package and the library. Composer is a dependency manager for PHP. Composer declares the libraries your project depends on and it will manage (install/update) them for you.

Check if your server has composer installed by running the following command:

```
composer –v

```

If your server doesn’t have composer installed, you can easily install it by using this manual:

Step-by-step to install the Magento® 2 extension through Composer:

1. Connect to your server running Magento® 2 using SSH or another method (make sure you have access to the command line).
2. Locate your Magento® 2 project root.
3. Install the Magento® 2 extension through composer and wait till it's completed:

```
composer require emspay/ems-online-magento-2

```

4. After that run the Magento® upgrade and clean the caches:

```
php bin/magento setup:upgrade
php bin/magento module:enable GingerPay_Payment

```

If you install version 1.0.5 and older run:

```
php bin/magento module:enable EMSPay_Payment

```

5. If Magento® is running in production mode you also need to redeploy the static content:

```
php bin/magento setup:static-content:deploy

```

6. After the installation: Go to your Magento® admin portal and open ‘Stores’ &gt; ‘Configuration’ &gt; ‘Payment Methods’ &gt; ‘EMSPay’.

Additional ways to install
--------------------------

[](#additional-ways-to-install)

### Manual instalation

[](#manual-instalation)

1. Go to app/code folder
2. Unzip ems-online.zip file wich attached to [release](https://github.com/emspay/ems-online-magento-2/releases)
3. Continue installation from step 4 in "Installation using Composer"

###  Health Score

35

—

LowBetter than 79% of packages

Maintenance33

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor1

Top contributor holds 56.5% 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 ~83 days

Recently: every ~143 days

Total

19

Last Release

674d ago

Major Versions

1.0.5 → 2.0.02021-12-29

### Community

Maintainers

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

![](https://www.gravatar.com/avatar/10433980df605a27da43db5a16ea916bfc25ad0c958b5ac34be377173397cf3e?d=identicon)[Denis-Tsyganok-Leasoft](/maintainers/Denis-Tsyganok-Leasoft)

![](https://www.gravatar.com/avatar/39ee2cae3dbda49bdb73610919a3191a44a45d399b49b12b25a43865df9e79f1?d=identicon)[Max-Prokofiev-leasoft](/maintainers/Max-Prokofiev-leasoft)

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

---

Top Contributors

[![Marvin-Magmodules](https://avatars.githubusercontent.com/u/20815641?v=4)](https://github.com/Marvin-Magmodules "Marvin-Magmodules (26 commits)")[![BohdanLeasoft](https://avatars.githubusercontent.com/u/90330067?v=4)](https://github.com/BohdanLeasoft "BohdanLeasoft (20 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/emspay-ems-online-magento-2/health.svg)

```
[![Health](https://phpackages.com/badges/emspay-ems-online-magento-2/health.svg)](https://phpackages.com/packages/emspay-ems-online-magento-2)
```

###  Alternatives

[omnipay/paypal

PayPal gateway for Omnipay payment processing library

3156.8M53](/packages/omnipay-paypal)[eduardokum/laravel-boleto

Biblioteca com boletos para o laravel

626351.9k2](/packages/eduardokum-laravel-boleto)[tbbc/money-bundle

This is a Symfony bundle that integrates moneyphp/money library (Fowler pattern): https://github.com/moneyphp/money.

1961.9M](/packages/tbbc-money-bundle)[2checkout/2checkout-php

2Checkout PHP Library

83740.3k2](/packages/2checkout-2checkout-php)[smhg/sepa-qr-data

Generate QR code data for SEPA payments

61717.2k5](/packages/smhg-sepa-qr-data)[omnipay/dummy

Dummy driver for the Omnipay payment processing library

271.2M33](/packages/omnipay-dummy)

PHPackages © 2026

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