PHPackages                             jlaucho/conection-ubiquiti - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. jlaucho/conection-ubiquiti

ActiveLibrary[HTTP &amp; Networking](/categories/http)

jlaucho/conection-ubiquiti
==========================

This realize conection ssh, to ubiquiti radio

064PHPCI failing

Since Jul 1Pushed 5y ago1 watchersCompare

[ Source](https://github.com/jlaucho/conection-ubiquiti)[ Packagist](https://packagist.org/packages/jlaucho/conection-ubiquiti)[ RSS](/packages/jlaucho-conection-ubiquiti/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (4)DependenciesVersions (1)Used By (0)

Conection Ubiquiti
------------------

[](#conection-ubiquiti)

This package is created for GET and SET configuration, in device, is work in firmware 6 and 8, is config for laravel 5.7 to up.

### Instalation

[](#instalation)

`composer require jlaucho/conection-ubiquiti`

After instalation publish package, this created in `config/ConectionUbiquiti.php`the key *password\_available* your type array to posibles password.

### How usage

[](#how-usage)

- Need `use jlaucho\conection_ubiquiti\Models\InformationRadio;`
- Instance example: ```
    $device = new InformationRadio()
    $device->user_device = 'user';

    ```

    this password recover, config file `App\Config\ConectionUbiquiti.php`, this key `password_available`

### Method for recover information (GET).

[](#method-for-recover-information-get)

`use jlaucho\conection_ubiquiti\Controllers\GetInformatioRadio;`

- instance `$information = new GetInformatioRadio($device, $ip)`

#### Method GET available

[](#method-get-available)

Return Name device

```
$information->getDeviceName(): string

```

Return MAC device

```
$information->getDeviceMAC(): string

```

Return Model device

```
$information->getDeviceModel(): string

```

Return boolean if eth0 is activate

```
$information->getInterfaceEth0Up(): bool

```

Return Mode configuration device, example: router, bridge

```
$information->getModeRadio(): string

```

Return configuration system.cfg

```
public function getSystem(): string
{
    return $this->system;
}

```

Return speed download in kbps, if tshaper interface eth0 is active

```
$information->getRateDownKbps(): int

```

Return speed up in kbps, if tshaper interface eth0 is active

```
$information->getRateUpKbps(): int

```

Return simultaneous connections at the moment

```
    $information->getNumberConections(): int

```

Return time up device in seconds

```
    $information->getTimeUp(): string

```

Return ifconfig device

```
    $information->getIfconfig(): string

```

Return Tshaper active (booblean)

```
    $information->getTshaperActive(): bool

```

Return SSID device

```
    $information->getSSID(): string

```

Return signal work device

```
    $information->getSignal(): int

```

Return CCQ device

```
    $information->getCCQ()

```

Return Frequency device

```
    $information->getFrequency(): int

```

Return version Firmware device

```
    $information->getFirmwareVersion()

```

Return the band the device works

```
    $information->getChannelBandwidth(): int

```

Return if other device conect on lan conection this (boolean)

```
    $information->getLanConection(): bool

```

Return base version example: V8, V6

```
    $information->getBaseVersionFirmware (): string

```

Return list wireless channel available (array)

```
    $information->getWirelessChannelList (): array

```

Return status wireles channel (boolean)

```
    public function getWireleesChannelStatus(): bool

```

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity33

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/775ab3e5dfe502dae4800664cbec2848b0be075c73669fd02985bf86c627a01b?d=identicon)[jlaucho](/maintainers/jlaucho)

---

Top Contributors

[![lauchoit](https://avatars.githubusercontent.com/u/20176851?v=4)](https://github.com/lauchoit "lauchoit (35 commits)")

### Embed Badge

![Health badge](/badges/jlaucho-conection-ubiquiti/health.svg)

```
[![Health](https://phpackages.com/badges/jlaucho-conection-ubiquiti/health.svg)](https://phpackages.com/packages/jlaucho-conection-ubiquiti)
```

###  Alternatives

[friendsofsymfony/rest-bundle

This Bundle provides various tools to rapidly develop RESTful API's with Symfony

2.8k73.3M319](/packages/friendsofsymfony-rest-bundle)[php-http/discovery

Finds and installs PSR-7, PSR-17, PSR-18 and HTTPlug implementations

1.3k309.5M1.2k](/packages/php-http-discovery)[nyholm/psr7

A fast PHP7 implementation of PSR-7

1.3k235.4M2.4k](/packages/nyholm-psr7)[pusher/pusher-php-server

Library for interacting with the Pusher REST API

1.5k94.8M293](/packages/pusher-pusher-php-server)[spatie/crawler

Crawl all internal links found on a website

2.8k16.3M52](/packages/spatie-crawler)[react/http

Event-driven, streaming HTTP client and server implementation for ReactPHP

78126.4M414](/packages/react-http)

PHPackages © 2026

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