From 3819cc8986c9aec37450dc461e28720f999ac6a0 Mon Sep 17 00:00:00 2001 From: Erik Slooff Date: Tue, 5 Sep 2017 14:46:51 +0200 Subject: [PATCH] updated README --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3daaee4..39789c9 100755 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ +[![Latest Stable Version](https://poser.pugx.org/art-of-wifi/unifi-api-client/v/stable)](https://packagist.org/packages/art-of-wifi/unifi-api-client) +[![Total Downloads](https://poser.pugx.org/art-of-wifi/unifi-api-client/downloads)](https://packagist.org/packages/art-of-wifi/unifi-api-client) +[![License](https://poser.pugx.org/art-of-wifi/unifi-api-client/license)](https://packagist.org/packages/art-of-wifi/unifi-api-client) + ## UniFi controller API client class This PHP class provides access to the **UniFi Controller API** and is based off the work of @domwo and @fbagnol and the API shell client as published by UBNT. @@ -122,7 +126,6 @@ A basic example how to use the class: ```php ... - /** * load the class using the composer autoloader */