gadixsystem/systeminformation

读取系统信息的简单包

2.0.0 2022-03-25 19:11 UTC

This package is auto-updated.

Last update: 2024-09-26 01:00:56 UTC


README

使用PHP获取Linux操作系统信息的简单包。

测试

从命令行运行

composer test

安装

从命令行运行

composer require gadixsystem/systeminformation

注册提供者 Laravel版本 <= 5.8 在config/app.php中添加以下行

 'providers' => [
       
        //System Information
        gadixsystem\systeminformation\SystemInformationServiceProvider::class,
  ]

Laravel版本 >= 5.8 尽情享受!