shamiln / monzo
A PHP library representing data retrieved from Monzo's API
Installs: 12
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
pkg:composer/shamiln/monzo
Requires
- php: ^7.0
- guzzlehttp/guzzle: ^6.2
- pimple/pimple: ^3.0
- shrikeh/collections: ^1.0
- webmozart/json: ^1.2
Requires (Dev)
- phpspec/phpspec: ^3.2
This package is not auto-updated.
Last update: 2025-10-12 02:03:58 UTC
README
A PHP library representing data retrieved from Monzo's API.
Introduction
This library assists with enumerating responses from Monzo's APIs into pure PHP value objects.
Installation
Installation is recommended using [composer
][composer]:
composer require shamiln/monzo
Usage
The library is separated into three domains of responses currently offered by Monzo's APIs:
Account
This comprises of a repository which can fetch a collection of Account
items pertinent for the authentication token.
Balance
For a given Account
, the balance can be fetched. This only shows the overall balance, spend and currency.
Transaction
With a given Account
, a collection of Transaction
items can be fetched. These contain information such as the entity name, address, amounts and settlement.