PHPackages                             digistorm/omnipay-westpac-payway-rest - 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. digistorm/omnipay-westpac-payway-rest

ActiveLibrary[Payment Processing](/categories/payments)

digistorm/omnipay-westpac-payway-rest
=====================================

Westpac PayWay REST API driver for the Omnipay payment processing library

2.0.1(1y ago)06.0k↓43.5%2MITPHPPHP ^8.1

Since Aug 7Pushed 1y ago2 watchersCompare

[ Source](https://github.com/digistorm/omnipay-westpac-payway-rest)[ Packagist](https://packagist.org/packages/digistorm/omnipay-westpac-payway-rest)[ Docs](https://github.com/digistorm/omnipay-westpac-payway-rest)[ RSS](/packages/digistorm-omnipay-westpac-payway-rest/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (8)Versions (9)Used By (0)

omnipay-westpac-payway-rest
===========================

[](#omnipay-westpac-payway-rest)

Note: When instantiating the gateway, it needs to be provided with an Omnipay HTTP Client that is injected with a Guzzle client configured to implement Curl TLS 1.2.

e.g.

```
use Omnipay\WestpacPaywayRest\Gateway;
use Omnipay\Common\Http\Client as OmnipayHttpClient;
use GuzzleHttp\Client as GuzzleHttpClient;

$curlConfig = [
    CURLOPT_SSLVERSION => CURL_SSLVERSION_TLSv1_2,
];
$guzzleClient = new GuzzleHttpClient(['curl' => $curlConfig]);
$omnipayClient = new OmnipayHttpClient($guzzleClient);
$gateway = new Gateway($omnipayClient);
```

###  Health Score

41

—

FairBetter than 89% of packages

Maintenance43

Moderate activity, may be stable

Popularity24

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity73

Established project with proven stability

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

Recently: every ~507 days

Total

7

Last Release

449d ago

Major Versions

1.0.4 → 2.0.02024-11-15

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/141708668?v=4)[Digistorm](/maintainers/digistorm)[@digistorm](https://github.com/digistorm)

---

Top Contributors

[![sjohnston-digistorm](https://avatars.githubusercontent.com/u/174985771?v=4)](https://github.com/sjohnston-digistorm "sjohnston-digistorm (7 commits)")

---

Tags

paymentgatewaypaymerchantomnipaypaywaywestpac

###  Code Quality

Static AnalysisPHPStan, Rector

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/digistorm-omnipay-westpac-payway-rest/health.svg)

```
[![Health](https://phpackages.com/badges/digistorm-omnipay-westpac-payway-rest/health.svg)](https://phpackages.com/packages/digistorm-omnipay-westpac-payway-rest)
```

###  Alternatives

[lucassmacedo/omnipay-mercadopago

MercadoPago gateway for OmniPay

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

PHPackages © 2026

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