Skip to content

Commit

Permalink
Merge pull request #79 from xchangeapi/feature/xchangeapicom-support
Browse files Browse the repository at this point in the history
xChangeApi.com support
  • Loading branch information
florianv committed Aug 19, 2020
2 parents e29857a + f6b0695 commit 66c25ba
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -127,6 +127,7 @@ Here is the list of the currently implemented services:
| [Open Exchange Rates](https://openexchangerates.org) | USD (free), * (paid) | * | Yes |
| [Xignite](https://www.xignite.com) | * | * | Yes |
| [Currency Converter API](https://www.currencyconverterapi.com) | * | * | Yes (free but limited or paid) |
| [xChangeApi.com](https://xchangeapi.com) | * | * | Yes |
| Array | * | * | Yes |

## Credits
Expand Down
4 changes: 4 additions & 0 deletions config/swap.php
Expand Up @@ -72,6 +72,10 @@
| 'api_key' => 'access_key', // The API token
| 'enterprise' => true, // True if your AppId is an enterprise one
| ]
|
| * 'xchangeapi' => [
| 'api-key' => 'secret', // The API token
| ]
|
*/
Expand Down
1 change: 1 addition & 0 deletions doc/readme.md
Expand Up @@ -360,6 +360,7 @@ Here is the complete list of supported services and their possible configuration
'currency_data_feed' => ['api_key' => 'secret'],
'open_exchange_rates' => ['app_id' => 'secret', 'enterprise' => false],
'xignite' => ['token' => 'token'],
'xchangeapi' => ['api-key' => 'api-key'],
'array' => [
[
'EUR/USD' => 1.1,
Expand Down

0 comments on commit 66c25ba

Please sign in to comment.