phpdev/ziraatbankasi

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

Ziraat Bankası Web Ekstre Hareketleri

Installs: 1 710

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 1

Forks: 1

Open Issues: 0

pkg:composer/phpdev/ziraatbankasi

v1 2022-02-20 14:31 UTC

This package is auto-updated.

Last update: 2025-12-21 15:17:43 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.