phpdev/ziraatbankasi

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

Ziraat Bankası Web Ekstre Hareketleri

Maintainers

Package info

github.com/selimhallac/ziraat-bankasi

pkg:composer/phpdev/ziraatbankasi

Statistics

Installs: 1 915

Dependents: 0

Suggesters: 0

Stars: 3

Open Issues: 0

v1 2022-02-20 14:31 UTC

This package is auto-updated.

Last update: 2026-03-21 15:51:13 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.