phpdev/garantibankasi

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

Garanti Bankası, Banka Entegrasyonu Hesap Hareketleri

1.0.2 2023-02-20 18:16 UTC

This package is auto-updated.

Last update: 2024-09-20 21:47:39 UTC


README

Garanti Bankası Banka Entegrasyonu Hesap Hareketleri

composer require phpdev/garantibankasi

use Phpdev\Garantibankasi;

$entegrasyon = new Garantibankasi('kullanıcı adı','parola',"bankadan verilen key");

$response = $entegrasyon->hesap_hareketleri('2021-03-02','IBAN');

print_r(json_encode($response));

}