https://github.com/jolicode/php-os-helper
Provides helpers to detect OS of the machine where PHP is running.
https://github.com/jolicode/php-os-helper
detection linux os osx php utility windows
Last synced: 10 months ago
JSON representation
Provides helpers to detect OS of the machine where PHP is running.
- Host: GitHub
- URL: https://github.com/jolicode/php-os-helper
- Owner: jolicode
- License: mit
- Created: 2023-11-30T14:56:09.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-12T15:52:35.000Z (over 1 year ago)
- Last Synced: 2025-06-07T00:09:43.592Z (about 1 year ago)
- Topics: detection, linux, os, osx, php, utility, windows
- Language: PHP
- Homepage:
- Size: 31.3 KB
- Stars: 18
- Watchers: 11
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# PHP OS Helper
This library provides some helpers to detect OS of the machine where PHP is running.
## Installation
```bash
$ composer require jolicode/php-os-helper
```
## Usage
```php