An open API service indexing awesome lists of open source software.

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.

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