PHPackages                             aimeoscom/omnipay-sofort - 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. aimeoscom/omnipay-sofort

ActiveLibrary[Payment Processing](/categories/payments)

aimeoscom/omnipay-sofort
========================

SOFORT Überweisung gateway for Omnipay payment processing library

3.1.0(6y ago)714.9k↓46.9%6MITPHP

Since Dec 29Pushed 5y ago1 watchersCompare

[ Source](https://github.com/aimeoscom/omnipay-sofort)[ Packagist](https://packagist.org/packages/aimeoscom/omnipay-sofort)[ RSS](/packages/aimeoscom-omnipay-sofort/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (4)Versions (8)Used By (0)

SOFORT Überweisung Omnipay gateway
==================================

[](#sofort-überweisung-omnipay-gateway)

[![Build Status](https://camo.githubusercontent.com/8b67e06100b4e92d481027fa873873569c2dfc2c8923aabd0bcd743cc4087121/68747470733a2f2f7472617669732d63692e6f72672f61696d656f73636f6d2f6f6d6e697061792d736f666f72742e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/aimeoscom/omnipay-sofort)[![Coverage Status](https://camo.githubusercontent.com/7f0c2b3c3b8ec4f8b30297ede5313440eda9aa1ba8b9d3650e26e2c32da6a6a1/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f61696d656f73636f6d2f6f6d6e697061792d736f666f72742f62616467652e7376673f6272616e63683d6d6173746572)](https://coveralls.io/github/aimeoscom/omnipay-sofort?branch=master)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/05cdc8f1bf6700a17f53aee7810a3fb78af715402566c9cf88c4f68444e1861b/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f61696d656f73636f6d2f6f6d6e697061792d736f666f72742f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/aimeoscom/omnipay-sofort/?branch=master)

[SOFORT Überweisung](https://www.sofort.com/eng-INT/) gateway for awesome [Omnipay](https://github.com/adrianmacneil/omnipay) library.

#### API Notes

[](#api-notes)

This gateway only provides 2 methods to place a successful transaction. The first one is `authorize` which initializes an authorization and returns a redirect url.

The second one is `completeAuthorize`. This method doesn't actually complete anything. Since SOFORT Überweisung doesn't have a `capture` functionality, the only way to know about a transaction is checking that transaction details. According to official docs, if there is no any successful or failed transactions, the API will return empty `transactions` XML object.

#### Installation

[](#installation)

To install, simply add it to your composer.json file:

```
{
    "require": {
        "aimeoscom/omnipay-sofort": "~2.0"
    }
}
```

and run `composer update`

#### Usage

[](#usage)

For general usage instructions, please see the main [Omnipay](https://github.com/omnipay/omnipay) repository.

**1. Authorize**

```
$gateway = Omnipay::create('Sofort');
$gateway->initialize(array(
    'username' => 'your_account_id',
    'password' => 'password',
    'projectId' => 'sofort_project_id',
    'testMode' => true
));

$response = $gateway->authorize(array(
    'amount' => 199.00,
    'description' => 'Google Nexus 4',
))->send();

$transactionReference = $response->getTransactionReference();

if ($response->isRedirect()) {
    // redirect to offsite payment gateway
    $response->redirect();
} else {
    // payment failed: display message to customer
    echo $response->getMessage();
}
```

**2. Complete Authorize**

```
$gateway = Omnipay::create('Sofort');
$gateway->initialize(array(
    'username' => 'your_account_id',
    'password' => 'password',
    'projectId' => 'sofort_project_id',
    'testMode' => true
));

$response = $gateway->completeAuthorize(array(
    'transactionReference' => $transactionReference,
))->send();

if ($response->isSuccessful()) {
    // payment was successful
    print_r($response);
} else {
    // payment failed: display message to customer
    echo $response->getMessage();
}
```

###  Health Score

38

—

LowBetter than 85% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity34

Limited adoption so far

Community17

Small or concentrated contributor base

Maturity68

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

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 ~373 days

Recently: every ~536 days

Total

7

Last Release

2280d ago

Major Versions

v1.1.0 → v2.1.02014-03-09

2.3.0 → 3.0.02019-09-02

### Community

Maintainers

![](https://www.gravatar.com/avatar/20fb9174bbb6ceaef176002186b78dadfe776f880a2460e1a3429d8be3fc7a35?d=identicon)[aimeoscom](/maintainers/aimeoscom)

---

Top Contributors

[![aimeoscom](https://avatars.githubusercontent.com/u/17964525?v=4)](https://github.com/aimeoscom "aimeoscom (23 commits)")[![aimeos](https://avatars.githubusercontent.com/u/8647429?v=4)](https://github.com/aimeos "aimeos (15 commits)")[![iasci](https://avatars.githubusercontent.com/u/5040414?v=4)](https://github.com/iasci "iasci (12 commits)")[![mgrinko](https://avatars.githubusercontent.com/u/3237782?v=4)](https://github.com/mgrinko "mgrinko (2 commits)")[![SeoFood](https://avatars.githubusercontent.com/u/2766011?v=4)](https://github.com/SeoFood "SeoFood (2 commits)")[![szreka](https://avatars.githubusercontent.com/u/4797581?v=4)](https://github.com/szreka "szreka (2 commits)")[![enesk](https://avatars.githubusercontent.com/u/875592?v=4)](https://github.com/enesk "enesk (1 commits)")[![bamarni](https://avatars.githubusercontent.com/u/1205386?v=4)](https://github.com/bamarni "bamarni (1 commits)")

---

Tags

providerpaymentgatewaysofortomnipayuberweisung

###  Code Quality

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/aimeoscom-omnipay-sofort/health.svg)

```
[![Health](https://phpackages.com/badges/aimeoscom-omnipay-sofort/health.svg)](https://phpackages.com/packages/aimeoscom-omnipay-sofort)
```

###  Alternatives

[asci/omnipay-sofort

SOFORT Überweisung gateway for Omnipay payment processing library

20127.5k](/packages/asci-omnipay-sofort)[lokielse/omnipay-alipay

Alipay gateway for Omnipay payment processing library

587421.0k11](/packages/lokielse-omnipay-alipay)[sudiptpa/omnipay-nabtransact

National Australia Bank (NAB) Transact driver for the Omnipay payment processing library.

1017.2k](/packages/sudiptpa-omnipay-nabtransact)[lucassmacedo/omnipay-mercadopago

MercadoPago gateway for OmniPay

154.6k](/packages/lucassmacedo-omnipay-mercadopago)

PHPackages © 2026

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