phpdev/ziraatbankasi

There is no license information available for the latest version (v1) of this package.

Ziraat Bankası Web Ekstre Hareketleri

v1 2022-02-20 14:31 UTC

This package is auto-updated.

Last update: 2024-09-21 12:38:42 UTC


README

It is used to withdraw account transactions from Ziraat Bank web service.

Installation

Install with composer

composer require phpdev/ziraatbankasi

Usage

Use Phpdev\Ziraatbankasi;

$ws = new Ziraatbankasi();

# set username password and bank account
$ws->username('asdasd')->password('deneme')->account('131231');

# get transactions
$transactions = $ws->transactions('2022-02-01', '2022-02-15');

print_r($transactions);

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.