PHPackages                             dezento/effective-url-middleware - 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. dezento/effective-url-middleware

ActiveLibrary

dezento/effective-url-middleware
================================

Guzzle 7 Effective Url Solution

1.0(4y ago)0371MITPHPPHP &gt;=7.2

Since May 20Pushed 4y ago1 watchersCompare

[ Source](https://github.com/Dezento/effective-url-middleware)[ Packagist](https://packagist.org/packages/dezento/effective-url-middleware)[ RSS](/packages/dezento-effective-url-middleware/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (1)Versions (2)Used By (1)

Guzzle 7 Effective Url Middleware
---------------------------------

[](#guzzle-7-effective-url-middleware)

A quick solution for Guzzle 7 to get the request URL from the response.

### Instalation

[](#instalation)

Install via composer

```
 composer require dezento/effective-url-middleware

```

### Usage

[](#usage)

```
require "vendor/autoload.php";

use Dezento\EffectiveUrlMiddleware;
use GuzzleHttp\HandlerStack;
use GuzzleHttp\Client;

$stack = HandlerStack::create();
$stack->push(EffectiveUrlMiddleware::middleware());

$client = new Client([
    'handler' => $stack
]);

$response = $client->request('GET', 'http://httpbin.org/get');

echo $response->getHeaderLine('X-GUZZLE-EFFECTIVE-URL');

```

###  Health Score

22

—

LowBetter than 23% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity46

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

Unknown

Total

1

Last Release

1815d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/5e87be3f11f5eff7abee14d347d6eea9f73081e497d0cf216159cdf5b0fe076f?d=identicon)[comiDev](/maintainers/comiDev)

---

Top Contributors

[![Dezento](https://avatars.githubusercontent.com/u/15669109?v=4)](https://github.com/Dezento "Dezento (11 commits)")

### Embed Badge

![Health badge](/badges/dezento-effective-url-middleware/health.svg)

```
[![Health](https://phpackages.com/badges/dezento-effective-url-middleware/health.svg)](https://phpackages.com/packages/dezento-effective-url-middleware)
```

###  Alternatives

[neuron-core/neuron-ai

The PHP Agentic Framework.

1.8k245.3k20](/packages/neuron-core-neuron-ai)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)

PHPackages © 2026

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