sofiakb / lumen-middleware
一个 Lumen 中间件库
v0.0.12
2022-02-16 00:00 UTC
Requires
- sofiakb/php-utils: ^0.0.4-beta1
Requires (Dev)
- illuminate/http: ^8.53
- illuminate/support: ^8.53
- phpunit/phpunit: ^9.5
README
os-detector
一个用于检测操作系统系统的 PHP 库!
报告错误 · 请求功能
关于库
此库允许在 PHP 项目中检测操作系统。
构建使用
本节应列出任何您用于构建项目的重大框架。任何附加组件/插件请留至致谢部分。以下是一些示例。
先决条件
- php >= 7.4
安装
composer require sofiakb/os-detector
使用方法
use Sofiakb\DetectOS\System; // Get os with $os = System::getOS(); // Verify os with System::isLinux(); System::isMac(); System::isWindows();
路线图
查看 公开问题 获取提议的功能列表(以及已知问题)。
许可证
在 MIT 许可下分发。更多信息请参阅 LICENSE
文件。