PHPackages                             vinkas/airwallex - 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. [API Development](/categories/api)
4. /
5. vinkas/airwallex

ActiveLibrary[API Development](/categories/api)

vinkas/airwallex
================

PHP SDK for Airwallex API

v1.0.3(1y ago)12391MITPHP

Since Dec 4Pushed 1y agoCompare

[ Source](https://github.com/vinkashq/airwallex-php)[ Packagist](https://packagist.org/packages/vinkas/airwallex)[ RSS](/packages/vinkas-airwallex/feed)WikiDiscussions main Synced today

READMEChangelog (4)Dependencies (2)Versions (5)Used By (1)

airwallex-php
=============

[](#airwallex-php)

[![Tests](https://github.com/vinkashq/airwallex-php/actions/workflows/tests.yml/badge.svg)](https://github.com/vinkashq/airwallex-php/actions/workflows/tests.yml) [![Packagist Version](https://camo.githubusercontent.com/b503fa48e37af1a6cecb8da92689b87ecb959b884cd7433f300e365e0fb0edf6/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f76696e6b61732f61697277616c6c65783f6c6f676f3d7061636b6167697374266c6f676f436f6c6f723d303030303030266c6162656c3d76657273696f6e266c6162656c436f6c6f723d64396530663326636f6c6f723d663238643161)](https://packagist.org/packages/vinkas/airwallex)

PHP SDK for Airwallex API

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

[](#installation)

The package [`vinkas/airwallex`](https://packagist.org/packages/vinkas/airwallex) can be installed using composer via Packagist.

```
composer require vinkas/airwallex

```

Configuration
-------------

[](#configuration)

Set the Airwallex Client ID and API Key values in Environment variables using the keys `AIRWALLEX_CLIENT_ID` and `AIRWALLEX_API_KEY`.

Usage
-----

[](#usage)

Create a new `Client` instance and get the balances related endpoints like below

```
use Vinkas\Airwallex\Client;

$client = new Client();

$balances = $client->getBalances()->getCurrent()->array();

$balanceHistory = $client->getBalances()->getHistory()->object(); // Result will include records for the last 7 days by default
$balanceHistory = $client->getBalances()->getHistory($from, $to)->object(); // $from & $to - any dates in ISO8601 format. max time range - 7 days
```

For more API-related details refer to

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance37

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity42

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

Total

4

Last Release

575d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/75502944bc293e8aa5b6629e8ac575f710c37e7c7b30663538416c520c01487b?d=identicon)[vinothkannans](/maintainers/vinothkannans)

---

Top Contributors

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

---

Tags

airwallexapiphp

###  Code Quality

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

![Health badge](/badges/vinkas-airwallex/health.svg)

```
[![Health](https://phpackages.com/badges/vinkas-airwallex/health.svg)](https://phpackages.com/packages/vinkas-airwallex)
```

###  Alternatives

[saloonphp/laravel-plugin

The official Laravel plugin for Saloon

807.1M201](/packages/saloonphp-laravel-plugin)[myoutdeskllc/salesforce-php

salesforce library for php8+

1579.5k](/packages/myoutdeskllc-salesforce-php)[codebar-ag/laravel-docuware

DocuWare integration with Laravel

1123.7k](/packages/codebar-ag-laravel-docuware)[codebar-ag/laravel-zammad

Zammad integration with Laravel

107.1k](/packages/codebar-ag-laravel-zammad)

PHPackages © 2026

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