Skip to content

UbiquitousBear/monzo-library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Monzo library

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.

About

Monzo Bank API library

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages