|
9 | 9 | </tr> |
10 | 10 | <tr> |
11 | 11 | <td><img src="https://assets.apilayer.com/apis/currency_data.png" width="50px"/></td> |
12 | | - <td><a href="https://apilayer.com/marketplace/currency_data-api">Currency Data</a> provides reliable exchange rates and currency conversions for your business up to 168 world currencies.</td> |
| 12 | + <td><a href="https://currencylayer.com">Currency Data</a> provides reliable exchange rates and currency conversions for your business up to 168 world currencies.</td> |
13 | 13 | </tr> |
14 | 14 | <tr> |
15 | 15 | <td><img src="https://assets.apilayer.com/apis/exchangerates_data.png" width="50px"/></td> |
16 | | - <td><a href="https://apilayer.com/marketplace/exchangerates_data-api">Exchange Rates Data</a> provides reliable exchange rates and currency conversions for your business with over 15 data sources.</td> |
| 16 | + <td><a href="https://exchangeratesapi.io">Exchange Rates Data</a> provides reliable exchange rates and currency conversions for your business with over 15 data sources.</td> |
17 | 17 | </tr> |
18 | 18 | <tr> |
19 | 19 | <td><img src="https://global-uploads.webflow.com/5ebbd0a566a3996636e55959/5ec2ba29feeeb05d69160e7b_webclip.png" width="50px"/></td> |
@@ -78,10 +78,10 @@ $client = new CurlClient(null, null, $options); |
78 | 78 | $service = new Fixer($client, null, ['api_key' => 'Get your key here: https://fixer.io']); |
79 | 79 |
|
80 | 80 | // Or use the CurrencyData service |
81 | | -$service = new CurrencyData($client, null, ['api_key' => 'Get your key here: https://apilayer.com/marketplace/currency_data-api']); |
| 81 | +$service = new CurrencyData($client, null, ['api_key' => 'Get your key here: https://currencylayer.com']); |
82 | 82 |
|
83 | 83 | // Or use the ExchangeRatesData service |
84 | | -$service = new ExchangeRatesData($client, null, ['api_key' => 'Get your key here: https://apilayer.com/marketplace/exchangerates_data-api']); |
| 84 | +$service = new ExchangeRatesData($client, null, ['api_key' => 'Get your key here: https://exchangeratesapi.io']); |
85 | 85 |
|
86 | 86 | // Or use the AbstractApi service |
87 | 87 | $service = new AbstractApi($client, null, ['api_key' => 'Get your key here: https://app.abstractapi.com/users/signup']); |
@@ -150,8 +150,8 @@ use Exchanger\Service\AbstractApi; |
150 | 150 |
|
151 | 151 | $service = new Chain([ |
152 | 152 | new Fixer($client, null, ['api_key' => 'Get your key here: https://fixer.io']), |
153 | | - new CurrencyData($client, null, ['api_key' => 'Get your key here: https://apilayer.com/marketplace/currency_data-api']), |
154 | | - new ExchangeRatesData($client, null, ['api_key' => 'Get your key here: https://apilayer.com/marketplace/exchangerates_data-api']), |
| 153 | + new CurrencyData($client, null, ['api_key' => 'Get your key here: https://currencylayer.com']), |
| 154 | + new ExchangeRatesData($client, null, ['api_key' => 'Get your key here: https://exchangeratesapi.io']), |
155 | 155 | new AbstractApi($client, null, ['api_key' => 'Get your key here: https://app.abstractapi.com/users/signup']) |
156 | 156 | ]); |
157 | 157 | ``` |
@@ -421,8 +421,8 @@ use Exchanger\Service\ApiLayer\Fixer; |
421 | 421 |
|
422 | 422 | $service = new Chain([ |
423 | 423 | new Fixer($client, null, ['api_key' => 'Get your key here: https://fixer.io']), |
424 | | - new CurrencyData($client, null, ['api_key' => 'Get your key here: https://apilayer.com/marketplace/currency_data-api']), |
425 | | - new ExchangeRatesData($client, null, ['api_key' => 'Get your key here: https://apilayer.com/marketplace/exchangerates_data-api']), |
| 424 | + new CurrencyData($client, null, ['api_key' => 'Get your key here: https://currencylayer.com']), |
| 425 | + new ExchangeRatesData($client, null, ['api_key' => 'Get your key here: https://exchangeratesapi.io']), |
426 | 426 | new AbstractApi($client, null, ['api_key' => 'Get your key here: https://app.abstractapi.com/users/signup']), |
427 | 427 | new CoinLayer($client, null, ['access_key' => 'access_key', 'paid' => false]), |
428 | 428 | new Exchanger\Service\Fixer($client, null, ['access_key' => 'YOUR_KEY']), |
|
0 commit comments