Commit a448918
committed
docs: list unirate_api in provider tables
Exchanger merged UniRateAPI support in florianv/exchanger#180. Swap
auto-inherits provider services from Exchanger's Registry, so
`->add('unirate_api', ['api_key' => getenv('UNIRATE_API_KEY')])` already
works on master; only the docs were missing.
- README.md: add row to commercial providers table (alphabetical
position between `open_exchange_rates` and `webservicex`); bump
provider counts 30 → 31 in tagline, providers section, and the
Exchanger sibling-package line.
- doc/readme.md: add `unirate_api` / `api_key` row to the commercial
config table.
UniRateAPI is a commercial REST API for FX (latest rates on the free
tier; historical and commodities on the paid tier — same shape as the
other paid providers in the table).1 parent 98ed520 commit a448918
2 files changed
Lines changed: 5 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
104 | | - | |
| 104 | + | |
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
| |||
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
| 126 | + | |
126 | 127 | | |
127 | 128 | | |
128 | 129 | | |
| |||
162 | 163 | | |
163 | 164 | | |
164 | 165 | | |
165 | | - | |
| 166 | + | |
166 | 167 | | |
167 | 168 | | |
168 | 169 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
281 | 281 | | |
282 | 282 | | |
283 | 283 | | |
| 284 | + | |
284 | 285 | | |
285 | 286 | | |
286 | 287 | | |
| |||
0 commit comments