updated README

This commit is contained in:
Erik Slooff 2017-09-05 14:46:51 +02:00
parent cd24ef1c2c
commit 3819cc8986

View File

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