hahadu/php-device

Maintainers

Package info

github.com/hahadu/php-device

pkg:composer/hahadu/php-device

Statistics

Installs: 7

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v1.0.1 2021-06-04 15:24 UTC

This package is auto-updated.

Last update: 2026-03-05 02:33:59 UTC


README

主机硬件信息

目前支持LINUX

##安装

composer require hahadu/php-device

##使用

require_once "vendor/autoload.php";

    $device = new \Hahadu\DeviceInfo\Device();
    $D = $device->get_list();