PHPackages                             glenscott/unifi-controller - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. glenscott/unifi-controller

ActiveLibrary[Authentication &amp; Authorization](/categories/authentication)

glenscott/unifi-controller
==========================

Authorise guest logins via the Ubiquiti Networks UniFi controller

v1.1.1(11y ago)07.5kMITPHPPHP &gt;=5.3.0

Since Mar 20Pushed 11y agoCompare

[ Source](https://github.com/glenscott/php-unifi-controller)[ Packagist](https://packagist.org/packages/glenscott/unifi-controller)[ RSS](/packages/glenscott-unifi-controller/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (3)Used By (0)

php-unifi-controller
====================

[](#php-unifi-controller)

Authorise guest logins via the Ubiquiti Networks UniFi controller.

Example:

```
// capture details from UniFi controller
$user_mac_address = $_GET['id'];

try {
    $controller = new \UniFi\Controller(UNIFI_SERVER, UNIFI_USER, UNIFI_PASS);
    $controller->sendAuthorization($user_mac_address, $authorisation_minutes);
	echo "Authorised OK";
} catch (Exception $e) {
    echo "Could not send authorization to UniFi controller: " . $e->getMessage();
}

```

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

2

Last Release

4123d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/d61b0835cb1286b4dcfe7bd45683bbbc13ee736e5d56efbda56ac9073a1c3310?d=identicon)[glenscott](/maintainers/glenscott)

---

Top Contributors

[![glenscott](https://avatars.githubusercontent.com/u/124257?v=4)](https://github.com/glenscott "glenscott (5 commits)")

### Embed Badge

![Health badge](/badges/glenscott-unifi-controller/health.svg)

```
[![Health](https://phpackages.com/badges/glenscott-unifi-controller/health.svg)](https://phpackages.com/packages/glenscott-unifi-controller)
```

###  Alternatives

[vitalybaev/laravel5-dkim

Laravel 5/6 package for signing outgoing messages with DKIM.

3163.1k](/packages/vitalybaev-laravel5-dkim)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
