Download the PHP package ehough/guzzle without Composer
On this page you can find all versions of the php package ehough/guzzle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download ehough/guzzle
More information about ehough/guzzle
Files in ehough/guzzle
Download ehough/guzzle
More information about ehough/guzzle
Files in ehough/guzzle
Vendor ehough
Package guzzle
Short Description PHP 5.3-compatible fork of Guzzle 6
License MIT
Homepage http://guzzlephp.org/
Package guzzle
Short Description PHP 5.3-compatible fork of Guzzle 6
License MIT
Homepage http://guzzlephp.org/
Please rate this library. Is it a good library?
Informations about the package guzzle
ehough/guzzle
A PHP 5.3-compatible fork of Guzzle 6.
Why?
Sadly, 60% 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
Usage is identical to guzzle/guzzle
, except that the code in this library is
namespaced under Hough\Guzzle
instead of GuzzleHttp
.
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.
Help and docs
All versions of guzzle with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3.29
ehough/psr7 Version ^1.4
ehough/generators Version ^1.0
ehough/promises Version ^1.0
ehough/psr7 Version ^1.4
ehough/generators Version ^1.0
ehough/promises Version ^1.0
The package ehough/guzzle contains the following files
Loading the files please wait ....