PHPackages                             isaeken/proxier - 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. isaeken/proxier

AbandonedArchivedLibrary

isaeken/proxier
===============

Web proxy for PHP

1.1.1(2y ago)47MITPHPPHP ^8.2

Since May 6Pushed 1y ago1 watchersCompare

[ Source](https://github.com/isaeken/proxier)[ Packagist](https://packagist.org/packages/isaeken/proxier)[ RSS](/packages/isaeken-proxier/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (2)Dependencies (5)Versions (3)Used By (0)

PHP Web Proxy
=============

[](#php-web-proxy)

> DEPRECATED

A simple PHP web proxy.

Install
-------

[](#install)

### As a standalone package

[](#as-a-standalone-package)

```
composer require isaeken/proxier
```

### As a global tool

[](#as-a-global-tool)

```
composer global require isaeken/proxier
```

Tool Usage
----------

[](#tool-usage)

```
proxier  --method= --headers=
```

### Proxy an URL

[](#proxy-an-url)

```
proxier http://isaeken.com.tr
```

### Proxy an URL with custom html header

[](#proxy-an-url-with-custom-html-header)

```
proxier http://isaeken.com.tr --headers="{'Content-Type': 'text/html'}"
```

### Proxy an URL with custom method

[](#proxy-an-url-with-custom-method)

```
proxier http://isaeken.com.tr --method=POST
```

### Proxy an URL and save to a file

[](#proxy-an-url-and-save-to-a-file)

```
proxier http://isaeken.com.tr --output=index.html
```

Usage
-----

[](#usage)

### Proxy an URL

[](#proxy-an-url-1)

```
use IsaEken\Proxier\Proxier;

$proxier = new Proxier();
$proxier->boot();
$proxier->proxyUsingGlobals('http://isaeken.com.tr');
```

Notice
------

[](#notice)

This package is under development. Please do not use it in production.

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance33

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity58

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 ~7 days

Total

2

Last Release

1092d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/27427375a2832cfe00cf076041951fd56f9cafa9696e77887bee805101f49bb9?d=identicon)[isaeken](/maintainers/isaeken)

---

Top Contributors

[![isaeken](https://avatars.githubusercontent.com/u/57031552?v=4)](https://github.com/isaeken "isaeken (19 commits)")

---

Tags

phpwebproxy

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/isaeken-proxier/health.svg)

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

###  Alternatives

[slimkit/plus

The Plus(ThinkSNS+) is a powerful, easy-to-develop social system built with Laravel.

2.2k2.4k](/packages/slimkit-plus)

PHPackages © 2026

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