|
5 | 5 | <table> |
6 | 6 | <tr> |
7 | 7 | <td><img src="https://assets.apilayer.com/apis/fixer.png" width="50px"/></td> |
8 | | - <td><a href="https://apilayer.com/marketplace/fixer-api">Fixer</a> is a simple and lightweight API for foreign exchange rates that supports up to 170 world currencies.</td> |
| 8 | + <td><a href="https://fixer.io">Fixer</a> is a simple and lightweight API for foreign exchange rates that supports up to 170 world currencies.</td> |
9 | 9 | </tr> |
10 | 10 | <tr> |
11 | 11 | <td><img src="https://assets.apilayer.com/apis/currency_data.png" width="50px"/></td> |
@@ -75,7 +75,7 @@ $options = [ |
75 | 75 | $client = new CurlClient(null, null, $options); |
76 | 76 |
|
77 | 77 | // Use the Fixer service |
78 | | -$service = new Fixer($client, null, ['api_key' => 'Get your key here: https://apilayer.com/marketplace/fixer-api']); |
| 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 | 81 | $service = new CurrencyData($client, null, ['api_key' => 'Get your key here: https://apilayer.com/marketplace/currency_data-api']); |
@@ -149,7 +149,7 @@ use Exchanger\Service\ApiLayer\Fixer; |
149 | 149 | use Exchanger\Service\AbstractApi; |
150 | 150 |
|
151 | 151 | $service = new Chain([ |
152 | | - new Fixer($client, null, ['api_key' => 'Get your key here: https://apilayer.com/marketplace/fixer-api']), |
| 152 | + new Fixer($client, null, ['api_key' => 'Get your key here: https://fixer.io']), |
153 | 153 | new CurrencyData($client, null, ['api_key' => 'Get your key here: https://apilayer.com/marketplace/currency_data-api']), |
154 | 154 | new ExchangeRatesData($client, null, ['api_key' => 'Get your key here: https://apilayer.com/marketplace/exchangerates_data-api']), |
155 | 155 | new AbstractApi($client, null, ['api_key' => 'Get your key here: https://app.abstractapi.com/users/signup']) |
@@ -420,7 +420,7 @@ use Exchanger\Service\ApiLayer\ExchangeRatesData; |
420 | 420 | use Exchanger\Service\ApiLayer\Fixer; |
421 | 421 |
|
422 | 422 | $service = new Chain([ |
423 | | - new Fixer($client, null, ['api_key' => 'Get your key here: https://apilayer.com/marketplace/fixer-api']), |
| 423 | + new Fixer($client, null, ['api_key' => 'Get your key here: https://fixer.io']), |
424 | 424 | new CurrencyData($client, null, ['api_key' => 'Get your key here: https://apilayer.com/marketplace/currency_data-api']), |
425 | 425 | new ExchangeRatesData($client, null, ['api_key' => 'Get your key here: https://apilayer.com/marketplace/exchangerates_data-api']), |
426 | 426 | new AbstractApi($client, null, ['api_key' => 'Get your key here: https://app.abstractapi.com/users/signup']), |
|
0 commit comments