PHPackages                             webtoucher/omnipay-anymoney - 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. webtoucher/omnipay-anymoney

ActiveLibrary[Payment Processing](/categories/payments)

webtoucher/omnipay-anymoney
===========================

Any.Money driver for the Omnipay payment processing library

1.0.0(6y ago)0309BSD-3-ClausePHPPHP &gt;=5.4.0

Since Feb 11Pushed 5y ago1 watchersCompare

[ Source](https://github.com/webtoucher/omnipay-anymoney)[ Packagist](https://packagist.org/packages/webtoucher/omnipay-anymoney)[ Docs](https://github.com/webtoucher/omnipay-anymoney)[ RSS](/packages/webtoucher-omnipay-anymoney/feed)WikiDiscussions master Synced today

READMEChangelog (1)Dependencies (2)Versions (2)Used By (0)

Omnipay: Any.Money
==================

[](#omnipay-anymoney)

[Any.Money](https://any.money) payment processing driver for the Omnipay PHP payment processing library.

[![Latest Stable Version](https://camo.githubusercontent.com/dd30dc034f2417c626ef9180708676524232de8b873ae8cd7e4f2be111b01f15/68747470733a2f2f706f7365722e707567782e6f72672f776562746f75636865722f6f6d6e697061792d616e796d6f6e65792f762f737461626c65)](https://packagist.org/packages/webtoucher/omnipay-anymoney)[![Total Downloads](https://camo.githubusercontent.com/8113e6f46a3688c26f59cf7df3ab2555bf042d96fe6cdaed7389c45087e2d370/68747470733a2f2f706f7365722e707567782e6f72672f776562746f75636865722f6f6d6e697061792d616e796d6f6e65792f646f776e6c6f616473)](https://packagist.org/packages/webtoucher/omnipay-anymoney)[![Daily Downloads](https://camo.githubusercontent.com/36b6e1ebf29433f8ec8f71cc802a56454edecf6cb0631377df8403e18306d9df/68747470733a2f2f706f7365722e707567782e6f72672f776562746f75636865722f6f6d6e697061792d616e796d6f6e65792f642f6461696c79)](https://packagist.org/packages/webtoucher/omnipay-anymoney)[![Latest Unstable Version](https://camo.githubusercontent.com/06e5e8f791309921b49a5210956ced88967f662a943a6c0ba9bc8bba895a9969/68747470733a2f2f706f7365722e707567782e6f72672f776562746f75636865722f6f6d6e697061792d616e796d6f6e65792f762f756e737461626c65)](https://packagist.org/packages/webtoucher/omnipay-anymoney)[![License](https://camo.githubusercontent.com/e909fba8e98f539e63104c800a0278c0af4ae3a87db6331c3a013285c7d4262e/68747470733a2f2f706f7365722e707567782e6f72672f776562746f75636865722f6f6d6e697061792d616e796d6f6e65792f6c6963656e7365)](https://packagist.org/packages/webtoucher/omnipay-anymoney)

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

[](#installation)

The preferred way to install this library is through [composer](http://getcomposer.org/download/).

Either run

```
$ php composer.phar require webtoucher/omnipay-anymoney "*"

```

or add

```
"webtoucher/omnipay-anymoney": "*"

```

to the `require` section of your `composer.json` file.

Usage
-----

[](#usage)

The following gateways are provided by this package:

- Any.Money

```
    $gateway = \Omnipay\Omnipay::create('AnyMoney');
    $gateway->setMerchantId('[MERCHANT_ID]');
    $gateway->setPrivateKey('[PRIVATE_KEY]');
    $this->gateway->setLogger(function ($message, $level = 'info') {
        // Your log handler
    });
```

The first step is prepairing data and redirecting to Any.Money.

```
    $request = $gateway->purchase([
        'amount' => 100.5,
        'currency' => 'UAH',
        'transactionId' => '100500',
        'isMultiPay' => false,
        'payway' => 'visamc_m',
        'email' => 'user@email.com',
        'notifyUrl' => 'https://notify.url',
        'returnUrl' => 'https://return.url?order=100500',
    ]);
    $response = $request->send();
    if ($response->isRedirect()) {
        $response->redirect();
    }
```

There is the notify request handler.

```
    $request = $gateway->completePurchase($_POST);
    $response = $request->send();
    $orderId = $response->getTransactionId(); // You can check this order and mark it as paid or failed.
    if ($response->isSuccessful()) {
        // Your handler
    } else {
        // Your handler
    }
```

On the return page you can check payment status.

```
    $request = $gateway->status([
        'transactionId' => $order,
    ]);
    $response = $request->send();
    if ($response->isSuccessful()) {
        // Your handler
        // Maybe you need to check here the status of the order on your side
    } else {
        // Your handler
    }
```

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

Support
-------

[](#support)

If you are having general issues with Omnipay, we suggest posting on [Stack Overflow](http://stackoverflow.com/). Be sure to add the [omnipay tag](http://stackoverflow.com/questions/tagged/omnipay) so it can be easily found.

If you want to keep up to date with release anouncements, discuss ideas for the project, or ask more detailed questions, there is also a [mailing list](https://groups.google.com/forum/#!forum/omnipay) which you can subscribe to.

If you believe you have found a bug, please report it using the [GitHub issue tracker](https://github.com/webtoucher/omnipay-anymoney/issues).

###  Health Score

25

—

LowBetter than 35% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity52

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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

2335d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/500243?v=4)[Алексей Кузнецов](/maintainers/webtoucher)[@webtoucher](https://github.com/webtoucher)

---

Top Contributors

[![webtoucher](https://avatars.githubusercontent.com/u/500243?v=4)](https://github.com/webtoucher "webtoucher (6 commits)")

---

Tags

paymentpaymentsgatewaypaymerchantomnipay

### Embed Badge

![Health badge](/badges/webtoucher-omnipay-anymoney/health.svg)

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

PHPackages © 2026

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