sofiakb/lumen-middleware
About The Library
The library allows to detect os system in PHP project.
Built With
This section should list any major frameworks that you built your project using. Leave any add-ons/plugins for the acknowledgements section. Here are a few examples.
Prerequisites
- php >= 7.4
Installation
composer require sofiakb/os-detector
Usage
use Sofiakb\DetectOS\System;
// Get os with
$os = System::getOS();
// Verify os with
System::isLinux();
System::isMac();
System::isWindows();
Roadmap
See the open issues for a list of proposed features (and known issues).
License
Distributed under the MIT License. See LICENSE for more information.
Related Packages
erirk/paypalpayment
laravel-paypalpayment is simple package help you process direct credit card paym...
0
doctrine/dbal
Powerful PHP database abstraction layer (DBAL) with many features for database s...
612,604,198
9,704