PHPackages                             rp76/guzzle - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. rp76/guzzle

ActiveLibrary[HTTP &amp; Networking](/categories/http)

rp76/guzzle
===========

This package will help you to get data easier than usual from guzzle.

0.3(1y ago)0263MITPHPPHP &gt;=7.4

Since Apr 15Pushed 1y ago1 watchersCompare

[ Source](https://github.com/RezaParsian/Guzzle)[ Packagist](https://packagist.org/packages/rp76/guzzle)[ Docs](https://github.com/RezaParsian/Guzzle)[ RSS](/packages/rp76-guzzle/feed)WikiDiscussions master Synced 1mo ago

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

[![guzzle](https://raw.githubusercontent.com/guzzle/guzzle/master/.github/logo.png)](https://raw.githubusercontent.com/guzzle/guzzle/master/.github/logo.png)

Guzzle, PHP HTTP client
=======================

[](#guzzle-php-http-client)

Guzzle is a PHP HTTP client that makes it easy to send HTTP requests and trivial to integrate with web services.

Simple interface for building query strings, POST requests, streaming large uploads, streaming large downloads, using HTTP cookies, uploading JSON data, etc...

But It's hard to read response form end points.

This package will help you to get data easier than usual.

Instaliation
------------

[](#instaliation)

```
composer require rp76/guzzle
```

Usage
-----

[](#usage)

```
$client = new \Rp76\Guzzle\Client(); // make new instance

$request = new \GuzzleHttp\Psr7\Request('GET', 'https://rp76.ir');

return $client->easySend($request); // get body of response
```

Availbe methods
---------------

[](#availbe-methods)

MethodShort one`$client->easySend($request)->getBody()``$client->easySend($request)->body``$client->easySend($request)->getJson()``$client->easySend($request)->json``$client->easySend($request)->getObject()``$client->easySend($request)->object``$client->easySend($request)->getHeaders()``$client->easySend($request)->headers``$client->easySend($request)->getHeader()``$client->easySend($request)->getRequestHeaders()``$client->easySend($request)->requestHeaders``$client->easySend($request)->getRequestHeader()``$client->easySend($request)->getStatusCode()``$client->easySend($request)->statusCode``$client->easySend($request)->success()``$client->easySend($request)->getRequestParams()``$client->easySend($request)->requestParams``$client->easySend($request)->getRequestUrl()``$client->easySend($request)->requestUrl``$client->easySend($request)->getEffectiveUrl()``$client->easySend($request)->effectiveUrl``$client->easySend($request)->getResponseTime()``$client->easySend($request)->ResponseTime`> **getEffectiveUrl**: return request url after *redirect*.

License
-------

[](#license)

The MIT License (MIT). Please see [License File](https://github.com/RezaParsian/Guzzle/blob/master/LICENCE) for more information.

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance34

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity37

Early-stage or recently created project

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

Total

3

Last Release

655d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/e092471612174c0873682e85ac1d1e204474d15ef53964020507af14140c3da5?d=identicon)[Rp76](/maintainers/Rp76)

---

Top Contributors

[![RezaParsian](https://avatars.githubusercontent.com/u/46934941?v=4)](https://github.com/RezaParsian "RezaParsian (5 commits)")

---

Tags

guzzleguzzlehttpGuzzleguzzlehttp

### Embed Badge

![Health badge](/badges/rp76-guzzle/health.svg)

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

###  Alternatives

[akamai-open/edgegrid-client

Implements the Akamai {OPEN} EdgeGrid Authentication specified by https://developer.akamai.com/introduction/Client\_Auth.html

482.5M6](/packages/akamai-open-edgegrid-client)[graze/guzzle-jsonrpc

JSON-RPC 2.0 client for Guzzle

981.2M24](/packages/graze-guzzle-jsonrpc)

PHPackages © 2026

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