Monzo library
A PHP library representing data retrieved from Monzo's API., (*1)
Introduction
This library assists with enumerating responses from Monzo's APIs into pure PHP value objects., (*2)
Installation
Installation is recommended using [composer
][composer]:, (*3)
composer require shamiln/monzo
Usage
The library is separated into three domains of responses currently offered by Monzo's APIs:, (*4)
Account
This comprises of a repository which can fetch a collection of Account
items pertinent for the authentication token., (*5)
Balance
For a given Account
, the balance can be fetched. This only shows the overall balance, spend and currency., (*6)
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., (*7)