PHPackages                             thepixeldeveloper/mondo-client - 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. thepixeldeveloper/mondo-client

AbandonedArchivedLibrary[API Development](/categories/api)

thepixeldeveloper/mondo-client
==============================

A PHP Mondo Bank Client

0.0.1(10y ago)7231[1 issues](https://github.com/ThePixelDeveloper/Mondo-Client/issues)[2 PRs](https://github.com/ThePixelDeveloper/Mondo-Client/pulls)MITPHP

Since Mar 4Pushed 3y ago1 watchersCompare

[ Source](https://github.com/ThePixelDeveloper/Mondo-Client)[ Packagist](https://packagist.org/packages/thepixeldeveloper/mondo-client)[ RSS](/packages/thepixeldeveloper-mondo-client/feed)WikiDiscussions master Synced 1mo ago

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

Thepixeldeveloper\\Mondo
========================

[](#thepixeldevelopermondo)

[![Author](https://camo.githubusercontent.com/0243329a863462b72d1ef21d68a7b28108069e490f4e19bf72cb3790253ccadf/687474703a2f2f696d672e736869656c64732e696f2f62616467652f617574686f722d40636f6c6f6e656c726f73612d626c75652e737667)](https://twitter.com/colonelrosa)[![Version Status](https://camo.githubusercontent.com/5a7f625a145e96de14727520474b1c858a856147cc0b1d83ab36ea1a567c9dfd/687474703a2f2f7068702d6579652e636f6d2f62616467652f746865706978656c646576656c6f7065722f6d6f6e646f2d636c69656e742f7465737465642e7376673f7374796c653d666c6174)](https://travis-ci.org/ThePixelDeveloper/Mondo-Client)[![Software License](https://camo.githubusercontent.com/074b89bca64d3edc93a1db6c7e3b1636b874540ba91d66367c0e5e354c56d0ea/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e737667)](LICENSE)[![Packagist Version](https://camo.githubusercontent.com/b071fc7ce1f2405dee1d9e2ccf5c3832d8a1e812d1309d246603a2bcbe2f30f4/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f746865706978656c646576656c6f7065722f6d6f6e646f2d636c69656e742e737667)](https://packagist.org/packages/thepixeldeveloper/mondo-client)[![SensioLabsInsight](https://camo.githubusercontent.com/3ca5a3fe861e6cef0970d3555d120464f52a07c286a927f6c7ab188b1676fcac/68747470733a2f2f696d672e736869656c64732e696f2f73656e73696f6c6162732f692f35336264306433612d393265312d343733302d623932622d3661643938653764303262342e737667)](https://insight.sensiolabs.com/projects/53bd0d3a-92e1-4730-b92b-6ad98e7d02b4)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/572625fd925f71655329e28a75aa95c5dd3a07ebd4e50b545a524e672de28857/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f546865506978656c446576656c6f7065722f4d6f6e646f2d436c69656e742f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/ThePixelDeveloper/Mondo-Client/?branch=master)

A [Mondo Bank](https://getmondo.co.uk/) API Client -

This library is an MVP and only supports the basic functionality.
Doesn't yet support pagination, expansions and file uploads. Pull requests happily accepted.

Install
-------

[](#install)

```
composer require thepixeldeveloper/mondo-client
```

Quick start
-----------

[](#quick-start)

```
// Get an instance of the Guzzle client
$guzzleClient = (new Thepixeldeveloper\Mondo\GuzzleClientFactory(getenv('ACCESS_TOKEN')))->getClient();

// and create a Mondo client
$client = new Thepixeldeveloper\Mondo\Client($guzzleClient, SerializerBuilder::create()->build());

// Pass the client into the relevant Client class.
$ping = new Thepixeldeveloper\Mondo\Client\Ping($client);

// Response is of the type Thepixeldeveloper\Mondo\Response\Ping\WhoAmI
$response = $ping->whoAmI();
```

Accounts
--------

[](#accounts)

```
$accounts = new Thepixeldeveloper\Mondo\Client\Accounts($client);
$accounts->getAccounts();
```

Balance
-------

[](#balance)

```
$balance = new Thepixeldeveloper\Mondo\Client\Balance($client);
$balance->getBalanceForAccountId(123);
```

Transactions
------------

[](#transactions)

```
$transactions = new Thepixeldeveloper\Mondo\Client\Transactions($client);
$transactions->getTransactionsForAccountId(123);
$transactions->getTransaction(456);
```

OAuth 2
-------

[](#oauth-2)

I've decided to leave out authentication for the MVP. Use a library like [League/oauth2-client](http://oauth2-client.thephpleague.com/) to get yourself an access token.

Testing
-------

[](#testing)

Run the phpSpec tests with ...

```
composer test
```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance17

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity55

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

3718d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/7ad389bdf9809d81d2f58f0b886eda2854257bd432a2d2fe3d28f713abe46bf6?d=identicon)[thepixeldeveloper](/maintainers/thepixeldeveloper)

---

Top Contributors

[![ThePixelDeveloper](https://avatars.githubusercontent.com/u/47728?v=4)](https://github.com/ThePixelDeveloper "ThePixelDeveloper (1 commits)")

---

Tags

apiclientBankmondo

### Embed Badge

![Health badge](/badges/thepixeldeveloper-mondo-client/health.svg)

```
[![Health](https://phpackages.com/badges/thepixeldeveloper-mondo-client/health.svg)](https://phpackages.com/packages/thepixeldeveloper-mondo-client)
```

###  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)[resend/resend-php

Resend PHP library.

564.7M21](/packages/resend-resend-php)[crowdin/crowdin-api-client

PHP client library for Crowdin API v2

611.5M5](/packages/crowdin-crowdin-api-client)[mozex/anthropic-laravel

Anthropic PHP for Laravel is a supercharged PHP API client that allows you to interact with the Anthropic API

71226.4k1](/packages/mozex-anthropic-laravel)[bornfight/erste-bank-client

Client written in PHP for Erste Bank API

106.1k](/packages/bornfight-erste-bank-client)[markrogoyski/numverify-api-client-php

Numverify API Client for PHP

1220.9k](/packages/markrogoyski-numverify-api-client-php)

PHPackages © 2026

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