php-forex-quotes icon indicating copy to clipboard operation
php-forex-quotes copied to clipboard

PHP Library for fetching realtime forex quotes.

Results 2 php-forex-quotes issues
Sort by recently updated
recently updated
newest added

ForexDataClient class, getQuotes function does not handle errors returned from the API. For example, if quota has been exceeded, API returns something like: ``` { "error": true "message": "Your quota...

Hello, Our company just met an issue with your newest v6.0.0 library. There is a redundant `print` used in `getQuotes()` method. This resulted in malformed API response in our application....