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 3w ago

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 13% 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)
```

PHPackages © 2026

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