PHPackages                             drnkwati/guzzle6 - 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. drnkwati/guzzle6

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

drnkwati/guzzle6
================

PHP 5.3-compatible fork of Guzzle 6

09PHP

Since Mar 13Pushed 8y ago1 watchersCompare

[ Source](https://github.com/drnkwati/guzzle6)[ Packagist](https://packagist.org/packages/drnkwati/guzzle6)[ RSS](/packages/drnkwati-guzzle6/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

drnkwati/guzzle
===============

[](#drnkwatiguzzle)

[![Build Status](https://camo.githubusercontent.com/47d7daa100e34bc63a582d5df10e84ada197b6d3eb96da5f7a7cdb3a9c2f84de/68747470733a2f2f7472617669732d63692e6f72672f64726e6b776174692f67757a7a6c652e7376673f6272616e63683d646576656c6f70)](https://travis-ci.org/drnkwati/guzzle)[![Latest Stable Version](https://camo.githubusercontent.com/003e62e3b30b54eb8c403d5616a5c1fdf269b8454323d4470d8f2277959465d9/68747470733a2f2f706f7365722e707567782e6f72672f64726e6b776174692f67757a7a6c652f762f737461626c65)](https://packagist.org/packages/drnkwati/guzzle)[![License](https://camo.githubusercontent.com/f704cc7fc7ff35560dab64a2971baf0e32e6a6d6a52eabe7ed61953218194158/68747470733a2f2f706f7365722e707567782e6f72672f64726e6b776174692f67757a7a6c652f6c6963656e7365)](https://packagist.org/packages/drnkwati/guzzle)

A PHP 5.3-compatible fork of [Guzzle 6](https://github.com/guzzle/guzzle).

Why?
====

[](#why)

Sadly, [60%](https://w3techs.com/technologies/details/pl-php/5/all) of all PHP web servers still run PHP 5.4 and lower, but Guzzle needs PHP 5.5 or higher. This fork makes Guzzle 6 compatible with PHP 5.3.29 through 7.1.

How to Use This Fork
====================

[](#how-to-use-this-fork)

Usage is identical to [`guzzle/guzzle`](https://github.com/guzzle/guzzle)

---

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...
- Can send both synchronous and asynchronous requests using the same interface.
- Uses PSR-7 interfaces for requests, responses, and streams. This allows you to utilize other PSR-7 compatible libraries with Guzzle.
- Abstracts away the underlying HTTP transport, allowing you to write environment and transport agnostic code; i.e., no hard dependency on cURL, PHP streams, sockets, or non-blocking event loops.
- Middleware system allows you to augment and compose client behavior.

```
$client = new \Hough\Guzzle\Client();
$res = $client->request('GET', 'https://api.github.com/repos/guzzle/guzzle');
echo $res->getStatusCode();
// 200
echo $res->getHeaderLine('content-type');
// 'application/json; charset=utf8'
echo $res->getBody();
// '{"id": 1420053, "name": "guzzle", ...}'

// Send an asynchronous request.
$request = new \Hough\Psr7\Request('GET', 'http://httpbin.org');
$promise = $client->sendAsync($request)->then(function ($response) {
    echo 'I completed! ' . $response->getBody();
});
$promise->wait();
```

Help and docs
-------------

[](#help-and-docs)

- [Documentation](http://guzzlephp.org/)
- [Stack Overflow](http://stackoverflow.com/questions/tagged/guzzle)
- [Gitter](https://gitter.im/guzzle/guzzle)

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/0ac3a8d682f6172779c5f45afd8d942d7f51c97276be63547504be5e9faf2815?d=identicon)[nkwati](/maintainers/nkwati)

---

Top Contributors

[![drnkwati](https://avatars.githubusercontent.com/u/7881511?v=4)](https://github.com/drnkwati "drnkwati (3 commits)")

### Embed Badge

![Health badge](/badges/drnkwati-guzzle6/health.svg)

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

###  Alternatives

[friendsofsymfony/rest-bundle

This Bundle provides various tools to rapidly develop RESTful API's with Symfony

2.8k73.3M319](/packages/friendsofsymfony-rest-bundle)[php-http/discovery

Finds and installs PSR-7, PSR-17, PSR-18 and HTTPlug implementations

1.3k309.5M1.2k](/packages/php-http-discovery)[nyholm/psr7

A fast PHP7 implementation of PSR-7

1.3k235.4M2.4k](/packages/nyholm-psr7)[pusher/pusher-php-server

Library for interacting with the Pusher REST API

1.5k94.8M293](/packages/pusher-pusher-php-server)[spatie/crawler

Crawl all internal links found on a website

2.8k16.3M52](/packages/spatie-crawler)[react/http

Event-driven, streaming HTTP client and server implementation for ReactPHP

78126.4M414](/packages/react-http)

PHPackages © 2026

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