PHPackages                             apanicker/omnipay-psn - 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. apanicker/omnipay-psn

ActiveLibrary[Payment Processing](/categories/payments)

apanicker/omnipay-psn
=====================

PSN driver for the Omnipay payment processing library

v1.1.0(5y ago)09MITPHP

Since Dec 23Pushed 5y ago1 watchersCompare

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

READMEChangelog (3)Dependencies (3)Versions (4)Used By (0)

Omnipay: PSN
============

[](#omnipay-psn)

**PSN driver for the Omnipay PHP payment processing library**

[Omnipay](https://github.com/thephpleague/omnipay) is a framework agnostic, multi-gateway payment processing library for PHP 5.3+. This package implements Dummy support for Omnipay.

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

[](#installation)

Omnipay is installed via [Composer](http://getcomposer.org/). To install, simply require `league/omnipay` and `apanicker/omnipay-psn` with Composer:

```
composer require league/omnipay apanicker/omnipay-psn

```

Basic Usage
-----------

[](#basic-usage)

The following gateways are provided by this package:

- PaymentServiceNetwork

In order to use this driver, you need to acquire the test `accountId` from [PSN](https://www.info.paymentservicenetwork.com). You can set the `testMode` parameter to `true` if you want to run the driver in sandbox mode.

```
use Omnipay\Omnipay;

$gateway = Omnipay::create('PaymentServiceNetwork');

$gateway->initialize([
    'accountId' => 'RXXXXXX',
    'testMode' => false
]);

$formData = [
    'PayerName' => 'John Doe',
    'Address' => '2310  Elliot Avenue',
    'City' => 'Seattle',
    'State' => 'WA',
    'Zip' => '98115',
    'Email' => 'john@testing.com',
    'Payment_Amount' => '150.00',
    'Customer_Number' => 'C12112'
];

$response = $gateway->purchase($formData)->send();

if($response->isRedirect()) {
    $response->redirect();
}

```

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

Support
-------

[](#support)

If you believe you have found a bug, please report it using the [GitHub issue tracker](https://github.com/aravindpanicker/omnipay-psn/issues), or better yet, fork the library and submit a pull request.

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity55

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

Every ~33 days

Total

3

Last Release

1898d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/ed00da21cac9d0acf65c0bf6640fa05297ddbf5e10205c03f44f0eeeb44d0779?d=identicon)[apnicker](/maintainers/apnicker)

---

Top Contributors

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

---

Tags

paymentgatewaypaymerchantomnipaypsn

###  Code Quality

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/apanicker-omnipay-psn/health.svg)

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

###  Alternatives

[omnipay/payflow

Payflow driver for the Omnipay payment processing library

20976.8k3](/packages/omnipay-payflow)[omnipay/payfast

PayFast driver for the Omnipay payment processing library

24626.9k3](/packages/omnipay-payfast)

PHPackages © 2026

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