2017 © Pedro Peláez
 

library monzo

A PHP library representing data retrieved from Monzo's API

image

shamiln/monzo

A PHP library representing data retrieved from Monzo's API

  • Thursday, March 16, 2017
  • by shamiln
  • Repository
  • 1 Watchers
  • 0 Stars
  • 4 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

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)

The Versions

16/03 2017

dev-master

9999999-dev

A PHP library representing data retrieved from Monzo's API

  Sources   Download

MIT

The Requires

 

The Development Requires

by Shamil Nunhuck

16/03 2017

1.0

1.0.0.0

A PHP library representing data retrieved from Monzo's API

  Sources   Download

MIT

The Requires

 

The Development Requires

by Shamil Nunhuck