cmservice/openwrt

Provides device data from routers with OpenWRT

v1.0.0 2021-04-17 11:37 UTC

This package is auto-updated.

Last update: 2024-09-17 19:23:57 UTC


README

Provides device data from routers with OpenWRT

Installation

Install via Composer.

composer require cmservice/openwrt

Usage

<?php

use Cmservice\OpenWRT\Device;

echo Device::getIp(); // returns device's local ip address
echo Device::getMac(); // returns device's eth0 mac 
echo Device::getNetworkId(); // returns device's network ID
echo Device::getSshKey(); // returns device's public SSH key