PHPackages                             jitoot/airwallex-php-api - 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. jitoot/airwallex-php-api

ActiveLibrary[Payment Processing](/categories/payments)

jitoot/airwallex-php-api
========================

PHP API for Airwallex Payment API

v1.0.1(3y ago)4387↓50%2[1 PRs](https://github.com/jitoot/airwallex-php-api/pulls)PHPPHP &gt;=5.6.0

Since Nov 19Pushed 3y ago2 watchersCompare

[ Source](https://github.com/jitoot/airwallex-php-api)[ Packagist](https://packagist.org/packages/jitoot/airwallex-php-api)[ RSS](/packages/jitoot-airwallex-php-api/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (2)Dependencies (1)Versions (3)Used By (0)

This is a PHP library for the Airwallex API, specifically for payments. Currently the library only implements the following three components of the Airwallex API:

- Beneficiaries
- PaymentIntent
- PaymentLink

See the [Airwallex API](https://www.airwallex.com/docs/api#/Introduction) for more details.

Requirements
------------

[](#requirements)

PHP 5.6.0 and later.

Composer
--------

[](#composer)

Run the following command via [Composer](http://getcomposer.org/):

```
composer require jitoot/airwallex-php-api
```

Getting Started
---------------

[](#getting-started)

General usage:

```
require_once('vendor/autoload.php');

//pass in the client ID and API key from airwallex
$airwallex = new \Jitoot\Airwallex\Client([
    'clientId' => 'sample_client_id',
    'apiKey' => 'sample_api_key',
    'production' => true,
]);
//parameters
$response = $airwallex->paymentIntent->create([
    'description' => 'example customer',
    'email' => 'email@example.com',
    'payment_method' => 'pm_card_visa',
]);
//response array consists of response code and body
//$response[0] = 200
//$response[1] = [ data ]
```

Components
----------

[](#components)

\###Beneficiary

- get [Airwallex documentation](https://www.airwallex.com/docs/api#/Payouts/Beneficiaries/_api_v1_beneficiaries__beneficiary_id_/get)
- create [Airwallex documentation](https://www.airwallex.com/docs/api#/Payouts/Beneficiaries/_api_v1_beneficiaries_create/post)
- getApiSchema [Airwallex documentation](https://www.airwallex.com/docs/api#/Payouts/Beneficiaries/_api_v1_beneficiary_api_schemas_generate/post)
- getFormSchema [Airwallex documentation](https://www.airwallex.com/docs/api#/Payouts/Beneficiaries/_api_v1_beneficiary_form_schemas_generate/post)

\###Payment Intent

- get [Airwallex documentation](https://www.airwallex.com/docs/api#/Payment_Acceptance/Payment_Intents/_api_v1_pa_payment_intents__id_/get)
- create [Airwallex documentation](https://www.airwallex.com/docs/api#/Payment_Acceptance/Payment_Intents/_api_v1_pa_payment_intents_create/post)

\###Payment Link

- get [Airwallex documentation](https://www.airwallex.com/docs/api#/Payment_Acceptance/Payment_Links/_api_v1_pa_payment_links__id_/get)
- create [Airwallex documentation](https://www.airwallex.com/docs/api#/Payment_Acceptance/Payment_Links/_api_v1_pa_payment_links_create/post)

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community9

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

2

Last Release

1276d ago

### Community

Maintainers

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

---

Top Contributors

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

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/jitoot-airwallex-php-api/health.svg)

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

###  Alternatives

[omnipay/paypal

PayPal gateway for Omnipay payment processing library

3156.8M53](/packages/omnipay-paypal)[eduardokum/laravel-boleto

Biblioteca com boletos para o laravel

626351.9k2](/packages/eduardokum-laravel-boleto)[tbbc/money-bundle

This is a Symfony bundle that integrates moneyphp/money library (Fowler pattern): https://github.com/moneyphp/money.

1961.9M](/packages/tbbc-money-bundle)[2checkout/2checkout-php

2Checkout PHP Library

83740.3k2](/packages/2checkout-2checkout-php)[smhg/sepa-qr-data

Generate QR code data for SEPA payments

61717.2k5](/packages/smhg-sepa-qr-data)[omnipay/dummy

Dummy driver for the Omnipay payment processing library

271.2M33](/packages/omnipay-dummy)

PHPackages © 2026

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