esprobr/server-environment

Environment loader/handler

dev-master 2019-08-27 17:45 UTC

This package is auto-updated.

Last update: 2024-03-28 04:46:18 UTC


README

Installation

Download and install composer from http://www.getcomposer.org/download

Add the following to your project composer.json file

{
    "require": {
        "esprobr/server-environment": "dev-master"
    }
}

When you're done just run php composer.phar install and the package is ready to be used.