milosb793/kursna-lista-php

PHP Wrapper for KursnaLista.info

1.0.4 2023-01-16 19:18 UTC

This package is auto-updated.

Last update: 2024-05-16 22:34:53 UTC


README

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/