PHP code example of phpdev / kuveytturk

1. Go to this page and download the library: Download phpdev/kuveytturk library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

phpdev / kuveytturk example snippets



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');