This is an adaptation for Ubiquiti Unifi Controller sh api (https://dl.ubnt.com/unifi/5.3.8/unifi_sh_api).
Install the latest version with
$ composer require dleo/unifiapi
<?php
use Unifi\Api;
// connect to Unifi Controller
$api = new Api();
- Api works with PHP 7.0 or above.
Bugs and feature request are tracked on GitHub
David López- dleo.lopez@gmail.com - http://twitter.com/dleolopez
Unifi Api is licensed under the GNU GPLv3 License - see the LICENSE
file for details
This library is heavily inspired by Ubiquiti Networks Unifi API (https://dl.ubnt.com/unifi/5.3.8/unifi_sh_api) library, although most concepts have been adjusted to fit to the PHP world.