Skip to content

A Full PHP7+ API implementation for Teller.io

License

Notifications You must be signed in to change notification settings

cnxtech/teller-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

teller-api

A Full PHP7+ API implementation for Teller.io using Guzzle as middleware

Installation

Install with composer

composer require philetaylor/teller-api

Usage

<?php

require_once('vendor/autoload.php');

\Teller\Teller::setPersonalAccessToken('YOUR PERSONAL TOKEN');

//echo \Teller\Teller::getPersonalAccessToken();

//var_dump( \Teller\Teller::getAccounts());
\Teller\Teller::setAccount('12312312-9230-4b53-8423-1231b5f0ad0');
//var_dump( \Teller\Teller::getAccount());
//var_dump( \Teller\Teller::getAccount());
//var_dump( \Teller\Teller::getTransactions());
//var_dump( \Teller\Teller::getTransaction('cc918508-1111-4ee9-afa6-a1c615e08262', 'uuid-of-account-that-this-transaction-is-in'));
//var_dump( \Teller\Teller::getDirectDebits());
//var_dump( \Teller\Teller::getDirectDebit('023de905-2222-4a12-869c-e9a0414b8426'));
//var_dump( \Teller\Teller::getPayee('096cf26b-a559-3333-a8f0-84245fc9e137'));
//var_dump( \Teller\Teller::getPayees());
//var_dump( \Teller\Teller::getStandingOrders());

About

A Full PHP7+ API implementation for Teller.io

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages