Skip to content

Commit af91c1d

Browse files
committed
Update README
1 parent 7b4a25a commit af91c1d

File tree

2 files changed

+24
-5
lines changed

2 files changed

+24
-5
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# 💱 Wrapper for popular Currency Exchange Rate APIs
22

3-
_A PHP 7 API Wrapper to offer a unified programming interface for popular Currency Rate APIs._
3+
_A PHP API Wrapper to offer a unified programming interface for popular Currency Rate APIs._
44

55
[![Version](https://img.shields.io/packagist/v/otherguy/php-currency-api.svg?style=flat-square)](https://packagist.org/packages/otherguy/php-currency-api)
66
[![Installs](https://img.shields.io/packagist/dt/otherguy/php-currency-api?color=blue&label=installs&style=flat-square)](https://packagist.org/packages/otherguy/php-currency-api)
@@ -15,7 +15,7 @@ Dont worry about your favorite currency conversion service suddenly shutting dow
1515

1616
## Inspiration 💅
1717

18-
I needed a currency conversion API for [my travel website]() but could not find a good PHP package. The idea of the
18+
I needed a currency conversion API for my travel website but could not find a good PHP package. The idea of the
1919
[`Rackbeat/php-currency-api`](https://github.com/Rackbeat/php-currency-api) package came closest but unfortunately it
2020
was just a stub and not implemented.
2121

@@ -39,7 +39,7 @@ _If you want to see more services added, feel free to [open an issue](https://gi
3939

4040
## Prerequisites 📚
4141

42-
* `PHP 7.3` or higher (Tested on: PHP ✅, `7.3` ✅ and `7.4` ✅)
42+
* `PHP 7.3` or higher (Tested on: `7.3` ✅ and `7.4` and `8.0`)
4343
* The [`composer`](https://getcomposer.org) dependency manager for PHP
4444
* An account with one or more of the [API providers](#supported-apis-) listed above
4545

composer.json

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,31 @@
11
{
22
"name": "otherguy/php-currency-api",
3-
"description": "A PHP 7 API Wrapper for Popular Currency Rate APIs",
3+
"description": "A PHP API Wrapper to offer a unified programming interface for popular Currency Rate APIs.",
44
"keywords": [
55
"currency",
66
"currency rates",
77
"exchange rates",
88
"currency conversion",
99
"api"
10+
"currency",
11+
"currency-exchange-rates",
12+
"composer-package",
13+
"php-library",
14+
"currency-converter-php",
15+
"currency-api",
16+
"exchange-rates",
17+
"currency-rate-apis",
18+
"fluent-interface",
19+
"api-wrapper",
20+
"currency-converter",
21+
"currency-conversion",
22+
"currency-exchange",
23+
"exchange-rate-api",
24+
"exchange-rates-api",
25+
"php-package",
26+
"php8",
27+
"php74",
28+
"php73"
1029
],
1130
"type": "library",
1231
"license": "MIT",
@@ -17,7 +36,7 @@
1736
}
1837
],
1938
"require": {
20-
"php": ">=7.1.3",
39+
"php": ">=7.3",
2140
"ext-json": "*",
2241
"guzzlehttp/guzzle": "^7.2"
2342
},

0 commit comments

Comments
 (0)