PHPackages                             huettig-und-rompf/webhub-proxy - 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. huettig-und-rompf/webhub-proxy

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

huettig-und-rompf/webhub-proxy
==============================

A proxy script to include the Hüttig &amp; Rompf Webhub Snippets on your website in complete privacy

1.2.1(5y ago)1171Apache-2.0PHP

Since Aug 14Pushed 5y ago1 watchersCompare

[ Source](https://github.com/huettig-rompf-marketing/webhub-proxy)[ Packagist](https://packagist.org/packages/huettig-und-rompf/webhub-proxy)[ RSS](/packages/huettig-und-rompf-webhub-proxy/feed)WikiDiscussions master Synced today

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

Hüttig &amp; Rompf - WebHub Proxy
=================================

[](#hüttig--rompf---webhub-proxy)

This script can be installed on your webserver to proxy all requests to the Huettig and Rompf Webhub trough your own server. What that means is, that there is absolutely no privacy related data (like your users ip address) sent to Huettig and Rompf servers. Therefore, you are safe to use the snippets/calculators without additional "opt-in" feature for GDPR.

Requirements
------------

[](#requirements)

- PHP &gt;=7.2
- PHP gzip
- Apache Webserver with mod-rewrite enabled
- or nginx with [additional configuration](#nginx-configuration)

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

[](#installation)

Install this package using Composer:

```
composer require huettig-und-rompf/webhub-proxy

```

After you installed the bundle:

1. Copy the "webhub-proxy" directory somewhere into your website's public docroot.
2. Open the "index.php" in the copied "webhub-proxy" directory in an editor.
3. Adjust the $VENDOR\_DIR path (line 25) to match the requirements in your setup.
4. Deploy the script to your production machine

Usage
-----

[](#usage)

1. Go to [Online Marketing](https://www.huettig-rompf.de/immobilienvertriebe/online-marketing/)
2. Select one of the available snippets
3. Copy the embed-code into your templates
4. Adjust the first script tag to match your local proxy setup e.g ``becomes: ``

Nginx Configuration
-------------------

[](#nginx-configuration)

If you are running your websites with nginx instead of apache, edit your configuration file to include this location directive:

**Option A: Inside a sub-directory**

```
server {
    server_name example.com;
    location /webhub-proxy {
       try_files $uri $uri/ /webhub-proxy/index.php?$query_string;
    }
}

```

**Option B: Using a separarte URL**

```
server {
    server_name webhub-proxy.example.com;
    location / {
       try_files $uri $uri/ /index.php?$query_string;
    }
}

```

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community5

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

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

Every ~61 days

Total

5

Last Release

1904d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/0eb1c26fb5a535cd7a656faffbae7929009558b2bfa6156b2be7b636d689e13a?d=identicon)[labor-digital](/maintainers/labor-digital)

### Embed Badge

![Health badge](/badges/huettig-und-rompf-webhub-proxy/health.svg)

```
[![Health](https://phpackages.com/badges/huettig-und-rompf-webhub-proxy/health.svg)](https://phpackages.com/packages/huettig-und-rompf-webhub-proxy)
```

###  Alternatives

[cakephp/cakephp

The CakePHP framework

8.9k19.5M1.8k](/packages/cakephp-cakephp)[flarum/core

Delightfully simple forum software.

201.4M2.3k](/packages/flarum-core)[tempest/framework

The PHP framework that gets out of your way.

2.2k34.4k15](/packages/tempest-framework)[shlinkio/shlink

A self-hosted and PHP-based URL shortener application with CLI and REST interfaces

5.1k5.2k](/packages/shlinkio-shlink)[mezzio/mezzio

PSR-15 Middleware Microframework

3923.8M126](/packages/mezzio-mezzio)[simplesamlphp/simplesamlphp-module-oidc

A SimpleSAMLphp module adding support for the OpenID Connect protocol

5018.2k1](/packages/simplesamlphp-simplesamlphp-module-oidc)

PHPackages © 2026

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