artemalexeev/systeminfo
最新稳定版本:v1.1.0
Composer 安装命令:
composer require artemalexeev/systeminfo
包简介
Package shows system info of your PHP project
关键字:
README 文档
README
Description
For now shows only opcache status information.
Install
- Use composer:
-
composer require artemalexeev/systeminfo
Usage
For getting opcache status information you can use the following code:
use ArtemAlieksieiev\SystemInfo\OpcacheStatus;
(new OpcacheStatus())->display();
Or for real example check examples/opcache_demo.php file.
统计信息
- 总下载量: 2
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 4
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2026-02-06