Download the PHP package jamesrezo/webhelper without Composer
On this page you can find all versions of the php package jamesrezo/webhelper. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download jamesrezo/webhelper
More information about jamesrezo/webhelper
Files in jamesrezo/webhelper
Download jamesrezo/webhelper
More information about jamesrezo/webhelper
Files in jamesrezo/webhelper
Vendor jamesrezo
Package webhelper
Short Description A Generic Httpd Configuration Helper
License MIT
Homepage https://github.com/JamesRezo/WebHelper
Package webhelper
Short Description A Generic Httpd Configuration Helper
License MIT
Homepage https://github.com/JamesRezo/WebHelper
Please rate this library. Is it a good library?
Informations about the package webhelper
WebHelper
A Generic Httpd Configuration Helper
Installation
For a global installation via Composer, run:
Then, copy into
Make sure you have ~/.composer/vendor/bin/
or ~/.config/composer/vendor/bin/
in your path.
Usage
<webserver>
means actually apache and an optional version (see below)<directive>
can be a list of any configuration directive known by the webserver (for now alias, vhost and directory)
Well,
syntax is weird... There is the webserver name and optionally the webserver version, separated with a colon ( :
).
- name is required, could be apache, nginx, lighttpd, openlightspeed or whatever this helper can find in its repository.
- version is optional but useful when configuration syntax changes as the webserver evolves.
- apache means the lowest version of Apache webserver
- apache:2 means any 2.x version of Apache webserver
- apache:2.2.16 means... Yes! Apache/2.2.16 precisely.
- apache:2.4 means any 2.4.x version of Apache webserver...
This will output some text that you'll put into a httpd server configuration file.
Contributions
...are welcome, of course ;-)
All versions of webhelper with dependencies
PHP Build Version
Package Version
Requires
twig/twig Version
~1.18
composer/composer Version ~1.0@dev
symfony/console Version 2.6.* || ~3.0@dev
php Version >=5.4.0
composer/composer Version ~1.0@dev
symfony/console Version 2.6.* || ~3.0@dev
php Version >=5.4.0
The package jamesrezo/webhelper contains the following files
Loading the files please wait ....