PHPackages                             jwdr/zyxel - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. jwdr/zyxel

AbandonedArchivedLibrary[Utility &amp; Helpers](/categories/utility)

jwdr/zyxel
==========

Allows remote reading of statistics of ZyXEL VMG8324-B10A

09PHP

Since Nov 3Pushed 10y ago1 watchersCompare

[ Source](https://github.com/jwderoos/ZyXEL)[ Packagist](https://packagist.org/packages/jwdr/zyxel)[ RSS](/packages/jwdr-zyxel/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

ZyXEL
=====

[](#zyxel)

Installation
------------

[](#installation)

The best way to add the library to your project is using [composer](http://getcomposer.org).

```
{
    "require": {
        "jwdr/zyxel": "*"
    }
}
```

How it works
------------

[](#how-it-works)

Create the needed parameter value objects:

```
$ipAddress = new \ValueObjects\Web\IPAddress('your-router-ip-address');
$portNumber = new \ValueObjects\Web\PortNumber(22);
$userName = new \ValueObjects\String\String('your-user-name');
$passWord = new \ValueObjects\String\String('your-password');
```

Instantiate the config object, and use it to create the connection

```
$ZyXELConfig = new \jwdr\ZyXEL\Config($ipAddress, $portNumber, $userName, $passWord);
$ZyXELConnection = new \jwdr\ZyXEL\Connection($ZyXELConfig);
```

Instantiate the ZyXEL object

```
$ZyXEL = new \jwdr\ZyXEL\ZyXEL($ZyXELConnection);
```

Finally ready to start reading information from the router!

Get the list of current known lan host devices

```
$lanHosts = $ZyXEL->lanHosts();
```

More to follow

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/24392570?v=4)[jwdr](/maintainers/jwdr)[@jwdr](https://github.com/jwdr)

---

Top Contributors

[![jwderoos](https://avatars.githubusercontent.com/u/1695080?v=4)](https://github.com/jwderoos "jwderoos (26 commits)")

### Embed Badge

![Health badge](/badges/jwdr-zyxel/health.svg)

```
[![Health](https://phpackages.com/badges/jwdr-zyxel/health.svg)](https://phpackages.com/packages/jwdr-zyxel)
```

PHPackages © 2026

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