hahadu/php-device

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

This package is auto-updated.

Last update: 2024-04-04 22:30:08 UTC


README

主机硬件信息

目前支持LINUX

##安装

composer require hahadu/php-device

##使用

require_once "vendor/autoload.php";

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