dleo/unifiapi

API Class for Unifi Controller

Maintainers

Details

github.com/dleo/unifiapi

Source

Issues

Installs: 102

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 1

Open Issues: 0

pkg:composer/dleo/unifiapi

1.0.6 2017-03-08 23:35 UTC

This package is auto-updated.

Last update: 2025-10-15 02:04:53 UTC


README

Unifi API for PHP.

This is an adaptation for Ubiquiti Unifi Controller sh api (https://dl.ubnt.com/unifi/5.3.8/unifi_sh_api).

Installation

Install the latest version with

$ composer require dleo/unifiapi

Basic Usage

<?php

use Unifi\Api;

// connect to Unifi Controller
$api = new Api();

About

Requirements

  • Api works with PHP 7.0 or above.

Submitting bugs and feature requests

Bugs and feature request are tracked on GitHub

Author

David López- dleo.lopez@gmail.com - http://twitter.com/dleolopez

License

Unifi Api is licensed under the GNU GPLv3 License - see the LICENSE file for details

Acknowledgements

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.