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 */