Skip to content

Commit e1084a6

Browse files
committed
docs: remove sponsors section from README
1 parent f3b58c8 commit e1084a6

1 file changed

Lines changed: 0 additions & 19 deletions

File tree

README.md

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -9,23 +9,6 @@ Swap allows you to retrieve currency exchange rates from various services such a
99
It is integrated to other libraries like [moneyphp/money](https://github.com/moneyphp/money) and provides
1010
a [Symfony Bundle](https://github.com/florianv/FlorianvSwapBundle) and a [Laravel Package](https://github.com/florianv/laravel-swap).
1111

12-
## Sponsors
13-
14-
<table>
15-
<tr>
16-
<td><img src="https://assets.apilayer.com/apis/fixer.png" width="50px"/></td>
17-
<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>
18-
</tr>
19-
<tr>
20-
<td><img src="https://assets.apilayer.com/apis/currency_data.png" width="50px"/></td>
21-
<td><a href="https://currencylayer.com">currencylayer</a> provides reliable exchange rates and currency conversions for your business up to 168 world currencies.</td>
22-
</tr>
23-
<tr>
24-
<td><img src="https://assets.apilayer.com/apis/exchangerates_data.png" width="50px"/></td>
25-
<td><a href="https://exchangeratesapi.io/">exchangerates</a> provides reliable exchange rates and currency conversions for your business with over 15 data sources.</td>
26-
</tr>
27-
</table>
28-
2912
## QuickStart
3013

3114
```bash
@@ -61,8 +44,6 @@ $rate->getDate()->format('Y-m-d');
6144
$rate = $swap->historical('EUR/USD', (new \DateTime())->modify('-15 days'));
6245
```
6346

64-
> We recommend to use the [services that support our project](#sponsors), providing a free plan up to 100 requests per month.
65-
6647
## Documentation
6748

6849
The documentation for the current branch can be found [here](https://github.com/florianv/swap/blob/master/doc/readme.md).

0 commit comments

Comments
 (0)