Skip to content

juchelka/phpCSDatabanking

Repository files navigation

phpCSDatabanking

Mini library to load transactions from Business 24 Databanking Česká spořitelna for PHP

Work in progress!

example:

$banking = new DataBanking();
$client = $banking->createClient($username, $password);

$account = new Account($prefix, $number, $bankcode);
$filter = new Filter($start, $end);

$transactions = $client->getIncomingTransactions($account, $filter);

TODO

  • tests
  • complete annotations
  • composer package
  • travis?

About

Mini library to load transactions from Business 24 Databanking Česká spořitelna for PHP

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages