PHPackages                             ehrlichandreas/omnipay-perfectmoney - 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. ehrlichandreas/omnipay-perfectmoney

ActiveOmnipay-gateway[Payment Processing](/categories/payments)

ehrlichandreas/omnipay-perfectmoney
===================================

Perfect Money gateway for omnipay

18

Since Jan 29Pushed 12y ago2 watchersCompare

[ Source](https://github.com/ehrlichandreas/omnipay-perfectmoney)[ Packagist](https://packagist.org/packages/ehrlichandreas/omnipay-perfectmoney)[ RSS](/packages/ehrlichandreas-omnipay-perfectmoney/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

Perfect Money Omnipay gateway
=============================

[](#perfect-money-omnipay-gateway)

#### Installation

[](#installation)

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

```
{
    "require":
    {
        "ehrlichandreas/omnipay-perfectmoney":  "dev-master"
    }
}
```

and run `composer update`

#### Usage

[](#usage)

**1. Balance**

```
// include the composer autoloader
$autoloader = require __DIR__.'/vendor/autoload.php';

$parameters = array
(
    'username'  => 'your_account_id',
    'password'  => 'password',
);

$gateway = new \EhrlichAndreas\Omnipay\Perfectmoney\Gateway();

$gateway->initialize($parameters);

$response = $gateway->balance(array())->send();

$isSuccessful = $response->isSuccessful();

if ($isSuccessful)
{
    $balances = $response->getBalance();

    echo '';

    print_r($balances);
}
```

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

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/ba896ab99803a567a0846abc9955114244c48f2948a175a288cabbe03cb45dc2?d=identicon)[ehrlichandreas](/maintainers/ehrlichandreas)

---

Top Contributors

[![ehrlichandreas](https://avatars.githubusercontent.com/u/3016354?v=4)](https://github.com/ehrlichandreas "ehrlichandreas (9 commits)")

### Embed Badge

![Health badge](/badges/ehrlichandreas-omnipay-perfectmoney/health.svg)

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

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