We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aba60ae commit c848d47Copy full SHA for c848d47
README.md
@@ -5,13 +5,13 @@ Nitrapi-PHP
5
[](https://packagist.org/packages/nitrado/nitrapi-php-lib)
6
[](https://packagist.org/packages/nitrado/nitrapi-php-lib)
7
8
-PHP based SDK for the Nitrapi RESTful API.
+Official PHP based SDK for the Nitrapi RESTful API.
9
10
11
Recommends
12
---------
13
14
-* PHP 5.5 or higher
+* PHP 6.5 or higher
15
* Composer
16
17
@@ -43,4 +43,4 @@ try {
43
} catch(\Exception $e) {
44
var_dump("API Error: " . $e->getMessage());
45
}
46
-```
+```
0 commit comments