PHPackages                             jamesrezo/webhelper - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. jamesrezo/webhelper

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

jamesrezo/webhelper
===================

A Generic Httpd Configuration Helper

0.1(11y ago)1166[5 issues](https://github.com/JamesRezo/WebHelper/issues)MITPHPPHP &gt;=5.4.0

Since Mar 15Pushed 9y ago2 watchersCompare

[ Source](https://github.com/JamesRezo/WebHelper)[ Packagist](https://packagist.org/packages/jamesrezo/webhelper)[ Docs](https://github.com/JamesRezo/WebHelper)[ RSS](/packages/jamesrezo-webhelper/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (4)Versions (4)Used By (0)

WebHelper
=========

[](#webhelper)

A Generic Httpd Configuration Helper

[![Build Status](https://camo.githubusercontent.com/1051331f05a564706db169a8705c9cf4f3b1da02fa53f89f7046fde448ac458e/68747470733a2f2f6170692e7472617669732d63692e6f72672f4a616d657352657a6f2f57656248656c7065722e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/JamesRezo/WebHelper)[![SensioLabsInsight](https://camo.githubusercontent.com/8e045375d21f116ad394a21e09c3fd5bc364aeff4c09353ebe7ef8ab3fe09338/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f35376533646332372d653931352d343264342d396264652d3836336138663362663566382f6d696e692e706e67)](https://insight.sensiolabs.com/projects/57e3dc27-e915-42d4-9bde-863a8f3bf5f8)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/85515ec89badd7cf3239fe940a427c5ae2248033deb30b0e34842f051bf0fd3b/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f4a616d657352657a6f2f57656248656c7065722f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/JamesRezo/WebHelper/?branch=master)[![Code Coverage](https://camo.githubusercontent.com/c70958e8214f0e87331a61526f414b9e2e1d41188c133ccb7ee0d2b480887cb5/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f4a616d657352657a6f2f57656248656c7065722f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/JamesRezo/WebHelper/?branch=master)[![Dependency Status](https://camo.githubusercontent.com/68e33d46fb69b67575fbc3e2129ca8454258624fa5cb5429c07d4df656d9cba2/68747470733a2f2f7777772e76657273696f6e6579652e636f6d2f757365722f70726f6a656374732f3537616163623537663237636332303033663234373532642f62616467652e7376673f7374796c653d666c61742d737175617265)](https://www.versioneye.com/user/projects/57aacb57f27cc2003f24752d)[![Code Climate](https://camo.githubusercontent.com/7df151df355b1cc1f4520cd3125e8189465c62fb49fafb1b988e7281b9a9f4d6/68747470733a2f2f636f6465636c696d6174652e636f6d2f6769746875622f4a616d657352657a6f2f57656248656c7065722f6261646765732f6770612e737667)](https://codeclimate.com/github/JamesRezo/WebHelper)

Installation
------------

[](#installation)

For a global installation via Composer, run:

`composer global require jamesrezo/webhelper=dev-master`

Then, copy `app/config/parameters.yml.dist` into `~/.config/webhelper/parameters.yml`

Make sure you have `~/.composer/vendor/bin/` or `~/.config/composer/vendor/bin/` in your path.

Usage
-----

[](#usage)

`wh generate  ..`

- `` means actually **apache** and an optional version (see below)
- `` 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
-------------

[](#contributions)

...are welcome, of course ;-)

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance11

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 97.9% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

4082d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/2a9b7beb8fec4f176788dc1378e297e457a983009dcd8e084ed7bfcea5cbb456?d=identicon)[James](/maintainers/James)

---

Top Contributors

[![JamesRezo](https://avatars.githubusercontent.com/u/6839893?v=4)](https://github.com/JamesRezo "JamesRezo (139 commits)")[![scrutinizer-auto-fixer](https://avatars.githubusercontent.com/u/6253494?v=4)](https://github.com/scrutinizer-auto-fixer "scrutinizer-auto-fixer (3 commits)")

---

Tags

configurationapachewebserverhttpd

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/jamesrezo-webhelper/health.svg)

```
[![Health](https://phpackages.com/badges/jamesrezo-webhelper/health.svg)](https://phpackages.com/packages/jamesrezo-webhelper)
```

###  Alternatives

[roave/backward-compatibility-check

Tool to compare two revisions of a public API to check for BC breaks

5953.3M56](/packages/roave-backward-compatibility-check)[sroze/companienv

Companion for .env files

245418.8k1](/packages/sroze-companienv)[netgen/layouts-core

Netgen Layouts enables you to build and manage complex web pages in a simpler way and with less coding. This is the core of Netgen Layouts, its heart and soul.

3689.4k10](/packages/netgen-layouts-core)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
