Skip to content

milosb793/kursna-lista-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KursnaLista.info PHP Wrapper


Register for APP Key here: https://www.kursna-lista.info/registracija

Create client using:

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

Available endpoints

Conversions

Convert

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

(More samples coming soon)

Exchange List

Get list for two days ago:

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

(More samples coming soon)

Feel free to contribute!


Website: https://www.kursna-lista.info/