phpdev / ziraatbankasi
Ziraat Bankası Web Ekstre Hareketleri
Installs: 1 267
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 1
Open Issues: 0
This package is auto-updated.
Last update: 2025-04-21 13:50:55 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.