PHPackages                             yahaay-labs/upbank-php-sdk - 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. yahaay-labs/upbank-php-sdk

ActiveLibrary[API Development](/categories/api)

yahaay-labs/upbank-php-sdk
==========================

Unofficial PHP SDK for UpBank API

1.0.31072022(3y ago)03[1 issues](https://github.com/YahaayLabs/upbank-php-sdk/issues)MITPHPPHP &gt;=7.4 &lt;8.2

Since Jul 31Pushed 3y ago2 watchersCompare

[ Source](https://github.com/YahaayLabs/upbank-php-sdk)[ Packagist](https://packagist.org/packages/yahaay-labs/upbank-php-sdk)[ Docs](https://github.com/YahaayLabs/upbank-php-sdk)[ RSS](/packages/yahaay-labs-upbank-php-sdk/feed)WikiDiscussions main Synced 1mo ago

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

UpBank PHP SDK (Unofficial)
===========================

[](#upbank-php-sdk-unofficial)

UpBank unofficial PHP SDK for the [UpBank API](https://developer.up.com.au/)

[![Latest Version](https://camo.githubusercontent.com/83fb440ad9a9e7e42b56b1934131a68ac479eabc3f0c242b67a4d1ba0086750e/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7961686161792d6c6162732f757062616e6b2d7068702d73646b2e7376673f7374796c653d666c61742d737175617265266c6162656c3d72656c65617365)](https://packagist.org/packages/yahaay-labs/upbank-php-sdk)[![PHP Version](https://camo.githubusercontent.com/265d4ebcb004b4c4597689b2b20c37e65e5657dcb58b418cd5357a722f906cc6/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f7961686161792d6c6162732f757062616e6b2d7068702d73646b2e7376673f7374796c653d666c61742d737175617265)](https://php.net)[![tests](https://github.com/YahaayLabs/upbank-php-sdk/workflows/tests/badge.svg)](https://github.com/YahaayLabs/upbank-php-sdk/workflows/tests/badge.svg)[![Total Downloads](https://camo.githubusercontent.com/c04aec97de68f80cf103dd0d19f2a40e34c19b0956d74e1551802c6b2362ab88/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f7961686161792d6c6162732f757062616e6b2d7068702d73646b2e7376673f7374796c653d666c61742d73717561726526636f6c6f72423d6d656469756d76696f6c6574726564)](https://packagist.org/packages/yahaay-labs/upbank-php-sdk)

### UpBank Developer Page

[](#upbank-developer-page)

Visit

### Getting your UpBank Personal Access Token

[](#getting-your-upbank-personal-access-token)

Visit [https://api.up.com.au/getting\_started](https://api.up.com.au/getting_started)

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

[](#installation)

```
composer require yahaay-labs/upbank-php-sdk
```

Usage
-----

[](#usage)

```
accounts->all()->data();

array_walk( $accounts, function($account) {
    echo "{$account->id} => {$account->attributes->displayName} ";
});
```

### Getting Records

[](#getting-records)

```
accounts->all()->data();

//Get All Categories
$accounts = $client->categories->all()->data();

//Get All Tags
$accounts = $client->tags->all()->data();

//Get All Transactions
$accounts = $client->transactions->all()->data();

//Getting specific record
$transactionID = "[TRANSACTION ID]";
$transaction = $client->transactions->get($transactionID)->getRaw();
```

Testing
-------

[](#testing)

Adding using test is still in the works

To run the test:

```
composer run test
```

Credits
-------

[](#credits)

- [Gerald Villacarlos](https://github.com/eLBirador)
- [All Contributors](../../contributors)

Contributing
------------

[](#contributing)

Contributions are more than welcome! See [CONTRIBUTING.md](/CONTRIBUTING.md) for more info.

LICENSE
-------

[](#license)

MIT license. Please see [LICENSE](LICENSE) for more info.

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity59

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

Unknown

Total

1

Last Release

1381d ago

### Community

Maintainers

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

---

Top Contributors

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

---

Tags

apisdkUPBank

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/yahaay-labs-upbank-php-sdk/health.svg)

```
[![Health](https://phpackages.com/badges/yahaay-labs-upbank-php-sdk/health.svg)](https://phpackages.com/packages/yahaay-labs-upbank-php-sdk)
```

###  Alternatives

[openai-php/laravel

OpenAI PHP for Laravel is a supercharged PHP API client that allows you to interact with the Open AI API

3.7k7.6M74](/packages/openai-php-laravel)[hubspot/api-client

Hubspot API client

23414.2M16](/packages/hubspot-api-client)[temporal/sdk

Temporal SDK

4002.2M18](/packages/temporal-sdk)[mailchimp/transactional

458.9M16](/packages/mailchimp-transactional)[resend/resend-php

Resend PHP library.

564.7M21](/packages/resend-resend-php)[checkout/checkout-sdk-php

Checkout.com SDK for PHP

553.3M7](/packages/checkout-checkout-sdk-php)

PHPackages © 2026

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