esprobr / simple-apache-env-parser
Simple Apache Environment Config Files Parser
Installs: 127
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
pkg:composer/esprobr/simple-apache-env-parser
Requires
- php: >=5.6.0
 - gobie/regex: dev-master
 
This package is auto-updated.
Last update: 2025-10-29 02:50:12 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.