phpdev/kuveytturk

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

Küveyt Türk Banka Entegrasyonu Hesap Hareketleri

1.04 2023-02-20 18:38 UTC

This package is auto-updated.

Last update: 2024-09-20 22:07:39 UTC


README

Install with composer

composer require phpdev/kuveytturk

## Kullanım/Örnekler

```php

Use Phpdev\Kuveytturk;

$entegrasyon = new Kuveytturk('kullanıcı adı','parola',"müşterinumarası",'var ise hesap kodu örn: 001');


// Aşağıdaki örnekte gibi tarih aralığı verdiğiniz taktirde hareketler dizi dönecektir.
$response = $entegrasyon->hesap_hareketleri('2023-02-01','2023-02-20');