milosb793 / kursna-lista-php
PHP Wrapper for KursnaLista.info
Installs: 18
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/milosb793/kursna-lista-php
Requires
- php: >=7.0
- ext-json: *
- guzzlehttp/guzzle: >=6.0
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/