Remi's RPM repository - Packages

Blog | Forum | Repository | Wizard

php-guzzlehttp-guzzle - PHP HTTP client and webservice framework

Website:
http://guzzlephp.org
Licence:
MIT
Vendor:
Remi Collet
Description:
Guzzle is a PHP HTTP client that makes it easy to work with HTTP/1.1 and takes
the pain out of consuming web services.

* Pluggable HTTP adapters that can send requests serially or in parallel
* Doesn't require cURL, but uses cURL by default
* Streams data for both uploads and downloads
* Provides event hooks & plugins for cookies, caching, logging, OAuth, mocks,
  etc
* Keep-Alive & connection pooling
* SSL Verification
* Automatic decompression of response bodies
* Streaming multipart file uploads
* Connection timeouts

Autoloader: /usr/share/php/GuzzleHttp/autoload.php

Packages

php-guzzlehttp-guzzle-5.3.4-1.el6.remi.noarch [103 KiB] Changelog by Shawn Iwinski (2019-12-01):
- Update to 5.3.4 (RHBZ #1766925)
php-guzzlehttp-guzzle-5.3.3-1.el6.remi.noarch [103 KiB] Changelog by Remi Collet (2018-10-16):
- update to 5.3.3 for PHP 7.3 compatibility