PHP code example of ibrcan / ivd

1. Go to this page and download the library: Download ibrcan/ivd 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/ */

    

ibrcan / ivd example snippets


use ibrcan\ivd\interaktif;
$client = new interaktif();

// Production environment
$client->setUsername("XXX")->setPassword("YYY");
$client->connect(); //Oturum açma başlatıldı.

// Tüm faturaları listele
$client->getInvoicesMeFromAPI("2021-11-28", "2021-12-03");