PHP code example of milosb793 / kursna-lista-php

1. Go to this page and download the library: Download milosb793/kursna-lista-php 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/ */

    

milosb793 / kursna-lista-php example snippets


$exchange_client = KursnaListaInfoClient::make($app_id);

$data = $exchange_client->conversion_api->convertFromEurToRsd(12);

$data = $exchange_client->currency_api->currencyExchangeList('-2 days');