esprobr/simple-apache-env-parser

Simple Apache Environment Config Files Parser

dev-master 2020-04-30 16:09 UTC

This package is auto-updated.

Last update: 2024-03-29 03:44:51 UTC


README

Simple Apache Environment Config Files Parser

Installation

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

Add the following to your project composer.json file

{
    "require": {
        "esprobr/simple-apache-env-parser": "dev-master"
    }
}

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