PHPackages                             wolftotem4/jet-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. [Debugging &amp; Profiling](/categories/debugging)
4. /
5. wolftotem4/jet-proxy

ActiveLibrary[Debugging &amp; Profiling](/categories/debugging)

wolftotem4/jet-proxy
====================

An PHP-based proxy, you can use it for web debugging purposes.

v0.10.2(6y ago)136MITPHPPHP ^7.1.3CI failing

Since Dec 29Pushed 6y ago1 watchersCompare

[ Source](https://github.com/wolftotem4/jet-proxy)[ Packagist](https://packagist.org/packages/wolftotem4/jet-proxy)[ RSS](/packages/wolftotem4-jet-proxy/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (3)Versions (10)Used By (0)

Jet Proxy
=========

[](#jet-proxy)

An PHP-based proxy, you can use it for web debugging purposes.

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

[](#installation)

```
git clone https://github.com/wolftotem4/jet-proxy.git
cd jet-proxy
composer install

```

Usage
-----

[](#usage)

### Domain-Routing Forwarding

[](#domain-routing-forwarding)

1. Open and edit `index.php`.

```
$forwarding = [
    // Edit the forwarding list below.
    'localhost:8080' => ['host' => 'localhost', 'ip' => '127.0.0.1'],

    // You can disguise as an actual website.  (Please don't do anything evil.)
    // Don't forget you need to set up `/etc/hosts` (Linux)
    // or '%systemroot%\System32\drivers\etc\hosts' (Windows).
    'example.com' => ['host' => 'example.com', 'ip' => '123.123.123.123'],
];
```

2. Run in Apache or PHP's built-in development server.

```
php -S localhost:8080 index.php

```

### Setting host on command line

[](#setting-host-on-command-line)

```
# php cli-server [host binding] [target host] [target ip address]
php cli-server.php localhost:8080 example.com 123.123.123.123

```

###  Health Score

25

—

LowBetter than 36% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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

Every ~98 days

Recently: every ~72 days

Total

9

Last Release

2323d ago

PHP version history (2 changes)v0.9PHP ^5.6 || ^7.0

v0.10PHP ^7.1.3

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/13431897?v=4)[Randolph Huang](/maintainers/wolftotem4)[@wolftotem4](https://github.com/wolftotem4)

---

Top Contributors

[![wolftotem4](https://avatars.githubusercontent.com/u/13431897?v=4)](https://github.com/wolftotem4 "wolftotem4 (21 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/wolftotem4-jet-proxy/health.svg)

```
[![Health](https://phpackages.com/badges/wolftotem4-jet-proxy/health.svg)](https://phpackages.com/packages/wolftotem4-jet-proxy)
```

###  Alternatives

[matomo/matomo

Matomo is the leading Free/Libre open analytics platform

21.6k38.2k](/packages/matomo-matomo)[spatie/laravel-health

Monitor the health of a Laravel application

87411.3M154](/packages/spatie-laravel-health)[tempest/framework

The PHP framework that gets out of your way.

2.2k31.1k12](/packages/tempest-framework)[spatie/flare-client-php

Send PHP errors to Flare

177156.9M21](/packages/spatie-flare-client-php)[illuminate/console

The Illuminate Console package.

13045.3M6.2k](/packages/illuminate-console)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

585.4M524](/packages/shopware-core)

PHPackages © 2026

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