A PHP library used to generate and getter information about Apache Vhost
for now the library works only in write mode, read is in To-Do
Inspired by apache-vhost-processor but completely rewritten
- Make Read mode (read from existing apache config, and manipolate it)
- Write full documentation
- Convert usage with no class
You can install the package via composer by running the following command:
composer require r1si/apache-vhost-helper
You can see an example usage inside /example/default.php
file
Basically (for write a new configuration) you have two modes of use:
- Short nasted method
- Classic method
TO-DO, for now see the example