Skip to content

Commit 4f4f26e

Browse files
committed
Update README.md
1 parent e0775e9 commit 4f4f26e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
Nitrapi-PHP
22
===========
33

4+
[![Latest Stable Version](https://poser.pugx.org/nitrado/nitrapi-php-lib/v/stable.png)](https://packagist.org/packages/nitrado/nitrapi-php-lib)
5+
[![Latest Unstable Version](https://poser.pugx.org/nitrado/nitrapi-php-lib/v/unstable.svg)](https://packagist.org/packages/nitrado/nitrapi-php-lib)
6+
[![Total Downloads](https://poser.pugx.org/nitrado/nitrapi-php-lib/downloads.png)](https://packagist.org/packages/nitrado/nitrapi-php-lib)
7+
48
PHP based SDK for the Nitrapi RESTful API.
59

610

@@ -39,4 +43,4 @@ try {
3943
} catch(\Exception $e) {
4044
var_dump("API Error: " . $e->getMessage());
4145
}
42-
```
46+
```

0 commit comments

Comments
 (0)