PHPackages                             azaharizaman/nexus-payment-wallet - 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. azaharizaman/nexus-payment-wallet

ActiveLibrary[Payment Processing](/categories/payments)

azaharizaman/nexus-payment-wallet
=================================

Payment wallet extension providing integrations with digital wallets, mobile payments, and BNPL services

v0.1.0-alpha1(2mo ago)00MITPHPPHP ^8.3

Since May 5Pushed 2mo agoCompare

[ Source](https://github.com/azaharizaman/nexus-payment-wallet)[ Packagist](https://packagist.org/packages/azaharizaman/nexus-payment-wallet)[ RSS](/packages/azaharizaman-nexus-payment-wallet/feed)WikiDiscussions main Synced 1w ago

READMEChangelogDependencies (5)Versions (2)Used By (0)

Nexus\\PaymentWallet
====================

[](#nexuspaymentwallet)

**Version:** 0.1.0
**Status:** In Development
**PHP:** ^8.3
**Extends:** `azaharizaman/nexus-payment`

Overview
--------

[](#overview)

`Nexus\PaymentWallet` is an extension package for `Nexus\Payment` providing integrations with digital wallets (Apple Pay, Google Pay), regional wallets (GrabPay, Touch'n Go), and Buy Now Pay Later (BNPL) services (Klarna, Afterpay, Atome).

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

[](#installation)

```
composer require azaharizaman/nexus-payment-wallet
```

Features
--------

[](#features)

- **Digital Wallets** - Apple Pay, Google Pay, Samsung Pay
- **Regional Wallets** - GrabPay, Touch'n Go, GCash, Boost
- **BNPL Services** - Klarna, Afterpay, Affirm, Atome
- **Cryptocurrency** - Bitcoin, Ethereum (optional extension)
- **QR Payments** - DuitNow QR, PayNow QR

Quick Start
-----------

[](#quick-start)

```
use Nexus\PaymentWallet\Contracts\WalletManagerInterface;

final readonly class WalletPaymentService
{
    public function __construct(
        private WalletManagerInterface $walletManager,
    ) {}

    public function processWalletPayment(string $walletType, WalletPaymentRequest $request): PaymentResult
    {
        $wallet = $this->walletManager->getWallet($walletType);
        return $wallet->charge($request);
    }
}
```

Supported Wallets
-----------------

[](#supported-wallets)

WalletTypeRegionApple PayDigitalGlobalGoogle PayDigitalGlobalGrabPayRegionalSEATouch'n GoRegionalMalaysiaKlarnaBNPLEU, USAfterpayBNPLUS, AUAtomeBNPLSEADocumentation
-------------

[](#documentation)

- [Requirements](REQUIREMENTS.md)
- [Implementation Summary](IMPLEMENTATION_SUMMARY.md)
- [Test Suite Summary](TEST_SUITE_SUMMARY.md)

License
-------

[](#license)

MIT License. See [LICENSE](LICENSE) for details.

###  Health Score

32

—

LowBetter than 69% of packages

Maintenance84

Actively maintained with recent releases

Popularity0

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity35

Early-stage or recently created project

 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

81d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/117408?v=4)[Azahari Zaman](/maintainers/azaharizaman)[@azaharizaman](https://github.com/azaharizaman)

---

Top Contributors

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

---

Tags

paymentApple PaywalletERPgoogle-paybuy now pay laterbnpldigital-wallet

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/azaharizaman-nexus-payment-wallet/health.svg)

```
[![Health](https://phpackages.com/badges/azaharizaman-nexus-payment-wallet/health.svg)](https://phpackages.com/packages/azaharizaman-nexus-payment-wallet)
```

###  Alternatives

[matomo/matomo

Matomo is the leading Free/Libre open analytics platform

21.7k38.9k](/packages/matomo-matomo)

PHPackages © 2026

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