PHPackages                             payhelper/payum-mbe4 - 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. payhelper/payum-mbe4

ActiveLibrary[Payment Processing](/categories/payments)

payhelper/payum-mbe4
====================

The Payum extension. It provides Mbe4 payment integration.

1543PHP

Since Oct 24Pushed 8y ago3 watchersCompare

[ Source](https://github.com/PayHelper/payum-mbe4)[ Packagist](https://packagist.org/packages/payhelper/payum-mbe4)[ RSS](/packages/payhelper-payum-mbe4/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

Payum mbe4 Extension [![Build Status](https://camo.githubusercontent.com/1591b040a6ca8e56c3c79277ccc388b0c20489864a5a4887ef6433a7d8f3880e/68747470733a2f2f7472617669732d63692e6f72672f50617948656c7065722f706179756d2d6d6265342e737667)](https://travis-ci.org/PayHelper/payum-mbe4) [![StyleCI](https://camo.githubusercontent.com/a6bbf32ea54f1d2a23cd79bae73cdc4874c2f52f6599a4b87684e4404e889676/68747470733a2f2f7374796c6563692e696f2f7265706f732f3130333530343331322f736869656c643f6272616e63683d6d6173746572)](https://styleci.io/repos/103504312)
=========================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================

[](#payum-mbe4-extension--)

The Payum extension. It provides [mbe4](http://www.mbe4.de/) payment integration.

Getting Started
===============

[](#getting-started)

Requirements
------------

[](#requirements)

This library requires PHP 7.1 or higher.

Installing the extension
------------------------

[](#installing-the-extension)

Install this extension as a Composer dependency by requiring it in a `composer.json` file:

```
composer require payhelper/payum-mbe4
```

Register the `mbe4` Payum factory using `PayumBuilder`:

```
use Payum\Core\GatewayFactoryInterface;
use PayHelper\Payum\Mbe4\Mbe4GatewayFactory;

$payumBuilder->addGatewayFactory('mbe4', function(array $config, GatewayFactoryInterface $gatewayFactory) {
    return new Mbe4GatewayFactory($config, $gatewayFactory);
});

$payumBuilder->addGateway('mbe4', [
    'factory' => 'mbe4',
    'username' => 'username', // change this
    'password' => 'password', // change this
    'clientId' => 4321, // change this
    'serviceId' => 1234, // change this
    'contentclass' => 1, // change this, see mbe4 documentation below
]);
```

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

[](#supported-methods)

This extension supports only single payments, no subscriptions.

- [Single offsite payment](Resources/doc/single_payment.md)

See `mbe4` [documentation](Resources/doc/mbe4_documentation.pdf).

Symfony integration
-------------------

[](#symfony-integration)

1. PayumBundle installation

In order to use that extension with the Symfony, you will need to install [PayumBundle](https://github.com/Payum/PayumBundle) first and configure it according to its documentation.

```
composer require payum/payum-bundle ^2.0
```

2. Register `mbe4` Gateway Factory as a service

```
# app/config/services.yml

services:
    app.payum.mbe4.factory:
        class: Payum\Core\Bridge\Symfony\Builder\GatewayFactoryBuilder
        arguments: [PayHelper\Payum\Mbe4\Mbe4GatewayFactory]
        tags:
            - { name: payum.gateway_factory_builder, factory: mbe4 }
```

3. Configure the gateway

```
# app/config/config.yml

payum:
    gateways:
        mbe4:
            factory: mbe4
            username: username # change this
            password: password # change this
            clientId: 4321 # change this
            serviceId: 1234 # change this
            contentclass: 1 # change this
```

4. Gateway usage

Retrieve it from the `payum` service:

```
$gateway = $this->get('payum')->getGeteway('mbe4');
```

License
-------

[](#license)

This library is licensed under the [GNU GPLv3](LICENSE) license.

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/9ec8ead198708d54817180228ce713f9d6f43f1fbfebbfa71271fe8fcae11dc6?d=identicon)[takeit](/maintainers/takeit)

---

Top Contributors

[![takeit](https://avatars.githubusercontent.com/u/562536?v=4)](https://github.com/takeit "takeit (14 commits)")

---

Tags

paymentpaymentspayumpayum-extensionphppurchase

### Embed Badge

![Health badge](/badges/payhelper-payum-mbe4/health.svg)

```
[![Health](https://phpackages.com/badges/payhelper-payum-mbe4/health.svg)](https://phpackages.com/packages/payhelper-payum-mbe4)
```

###  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)
