Env A small PHP library to get environment details

Getting Started

Usage

Installation

The recommended method of installing this library is via Composer.

Run the following command from your project root:

$ composer require duncan3dc/php-env

Or you can manually add it to your composer.json:

{
    "require": {
        "duncan3dc/php-env": "^0.1.0"
    }
}