Skip to content

Commit c275906

Browse files
committed
fix: readme
1 parent 196bbe6 commit c275906

File tree

2 files changed

+32
-27
lines changed

2 files changed

+32
-27
lines changed

README.md

Lines changed: 25 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
[![Total Downloads](https://img.shields.io/packagist/dt/florianv/swap-bundle.svg?style=flat-square)](https://packagist.org/packages/florianv/swap-bundle)
55
[![Version](http://img.shields.io/packagist/v/florianv/swap-bundle.svg?style=flat-square)](https://packagist.org/packages/florianv/swap-bundle)
66

7-
Swap allows you to retrieve currency exchange rates from various services such as **[Fixer](https://fixer.io)**, **[currencylayer](https://currencylayer.com)**
8-
or **[exchangeratesapi](https://exchangeratesapi.io)** and optionally cache the results.
7+
Swap allows you to retrieve currency exchange rates from various services such as **[Fixer](https://fixer.io)**, **[currencylayer](https://currencylayer.com)**,
8+
**[exchangeratesapi](https://exchangeratesapi.io)** or **[Abstract](https://www.abstractapi.com)** and optionally cache the results.
99

1010
## Sponsors
1111

@@ -21,7 +21,11 @@ or **[exchangeratesapi](https://exchangeratesapi.io)** and optionally cache the
2121
<tr>
2222
<td><img src="https://exchangeratesapi.io/assets/images/api-logo.svg" width="50px"/></td>
2323
<td><a href="https://exchangeratesapi.io">exchangeratesapi</a> provides reliable exchange rates and currency conversions for your business with over 15 data sources.</td>
24-
</tr>
24+
</tr>
25+
<tr>
26+
<td><img src="https://global-uploads.webflow.com/5ebbd0a566a3996636e55959/5ec2ba27ede983917dbff22f_favicon.png" width="50px"/></td>
27+
<td><a href="https://www.abstractapi.com/">Abstract</a> provides simple exchange rates for developers and a dozen of APIs covering thousands of use cases.</td>
28+
</tr>
2529
</table>
2630

2731
## QuickStart
@@ -38,29 +42,24 @@ The complete documentation can be found [here](https://github.com/florianv/symfo
3842

3943
Here is the list of the currently implemented services:
4044

41-
| Service | Base Currency | Quote Currency | Historical |
42-
|---------------------------------------------------------------------------|----------------------|----------------|----------------|
43-
| [Fixer](https://fixer.io) | EUR (free, no SSL), * (paid) | * | Yes |
44-
| [currencylayer](https://currencylayer.com) | USD (free), * (paid) | * | Yes |
45-
| [exchangeratesapi](https://exchangeratesapi.io) | USD (free), * (paid) | * | Yes |
46-
| [Abstract](https://www.abstractapi.com) | * | * | No |
47-
| [coinlayer](https://coinlayer.com) | * Crypto (Limited standard currencies) | * Crypto (Limited standard currencies) | Yes |
48-
| [European Central Bank](https://www.ecb.europa.eu/home/html/index.en.html) | EUR | * | Yes |
49-
| [National Bank of Romania](http://www.bnr.ro) | RON, AED, AUD, BGN, BRL, CAD, CHF, CNY, CZK, DKK, EGP, EUR, GBP, HRK, HUF, INR, JPY, KRW, MDL, MXN, NOK, NZD, PLN, RSD, RUB, SEK, TRY, UAH, USD, XAU, XDR, ZAR | RON, AED, AUD, BGN, BRL, CAD, CHF, CNY, CZK, DKK, EGP, EUR, GBP, HRK, HUF, INR, JPY, KRW, MDL, MXN, NOK, NZD, PLN, RSD, RUB, SEK, TRY, UAH, USD, XAU, XDR, ZAR | Yes |
50-
| [Central Bank of the Republic of Turkey](http://www.tcmb.gov.tr) | * | TRY | Yes |
51-
| [Central Bank of the Czech Republic](https://www.cnb.cz) | * | CZK | Yes |
52-
| [Central Bank of Russia](https://cbr.ru) | * | RUB | Yes |
53-
| [Bulgarian National Bank](http://bnb.bg) | * | BGN | Yes |
54-
| [WebserviceX](http://www.webservicex.net) | * | * | No |
55-
| [1Forge](https://1forge.com) | * (free but limited or paid) | * (free but limited or paid) | No |
56-
| [Cryptonator](https://www.cryptonator.com) | * Crypto (Limited standard currencies) | * Crypto (Limited standard currencies) | No |
57-
| [CurrencyDataFeed](https://currencydatafeed.com) | * (free but limited or paid) | * (free but limited or paid) | No |
58-
| [Open Exchange Rates](https://openexchangerates.org) | USD (free), * (paid) | * | Yes |
59-
| [Xignite](https://www.xignite.com) | * | * | Yes |
60-
| [Currency Converter API](https://www.currencyconverterapi.com) | * | * | Yes (free but limited or paid) |
61-
| [xChangeApi.com](https://xchangeapi.com) | * | * | Yes |
62-
| [fastFOREX.io](https://www.fastforex.io) | USD (free), * (paid) | * | No |
63-
| Array | * | * | Yes |
45+
<table>
46+
<tr>
47+
<td><img src="https://s3.amazonaws.com/swap.assets/fixer_icon.png?v=2" width="50px"/></td>
48+
<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>
49+
</tr>
50+
<tr>
51+
<td><img src="https://s3.amazonaws.com/swap.assets/currencylayer_icon.png" width="50px"/></td>
52+
<td><a href="https://currencylayer.com">currencylayer</a> provides reliable exchange rates and currency conversions for your business up to 168 world currencies.</td>
53+
</tr>
54+
<tr>
55+
<td><img src="https://exchangeratesapi.io/assets/images/api-logo.svg" width="50px"/></td>
56+
<td><a href="https://exchangeratesapi.io">exchangeratesapi</a> provides reliable exchange rates and currency conversions for your business with over 15 data sources.</td>
57+
</tr>
58+
<tr>
59+
<td><img src="https://global-uploads.webflow.com/5ebbd0a566a3996636e55959/5ec2ba27ede983917dbff22f_favicon.png" width="50px"/></td>
60+
<td><a href="https://www.abstractapi.com/">Abstract</a> provides simple exchange rates for developers and a dozen of APIs covering thousands of use cases.</td>
61+
</tr>
62+
</table>
6463

6564
## Credits
6665

Resources/doc/index.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@
1515
<td><img src="https://exchangeratesapi.io/assets/images/api-logo.svg" width="50px"/></td>
1616
<td><a href="https://exchangeratesapi.io">exchangeratesapi</a> provides reliable exchange rates and currency conversions for your business with over 15 data sources.</td>
1717
</tr>
18+
<tr>
19+
<td><img src="https://global-uploads.webflow.com/5ebbd0a566a3996636e55959/5ec2ba27ede983917dbff22f_favicon.png" width="50px"/></td>
20+
<td><a href="https://www.abstractapi.com/">Abstract</a> provides simple exchange rates for developers and a dozen of APIs covering thousands of use cases.</td>
21+
</tr>
1822
</table>
1923

2024
## Index
@@ -66,7 +70,9 @@ florianv_swap:
6670
access_key: secret
6771
enterprise: true
6872
exchange_rates_api: # exchangeratesapi.io
69-
access_key: secret
73+
access_key: secret
74+
abstract_api: # abstractapi.com
75+
api_key: secret
7076
webservicex: ~ # WebserviceX
7177
cryptonator: ~ # Cryptonator
7278
forge: # Forge

0 commit comments

Comments
 (0)