jworksuk/mondo-bank-api

dev-master / 1.0.x-dev 2016-07-06 00:05 UTC

This package is not auto-updated.

Last update: 2024-04-27 16:53:00 UTC


README

Latest Version on Packagist Software License Build Status Total Downloads

A PHP client for interacting with Mondo Bank. Still in development.

Install

Via Composer

$ composer require jworksuk/mondo-bank-api

Usage

$client = new JWorksUK\Mondo\Client('XXXXX');

$whoami = $client->whoAmI();
$accounts = $client->listAccounts();
$balance = $client->readBalance($accounts->accounts[0]->id);
$transactions = $client->listTransactions($accounts->accounts[0]->id);

Testing

$ composer test

TODO

  • TESTS!!!
  • Merchant class
  • More endpoints
    • Webhooks
    • Attachemnts
    • Errors!!
  • OAuth2
  • Refresh Access Token
  • Better README
  • Pagination
  • Expanding

Security

If you discover any security related issues, please email me@jworksuk.com instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.