Name: | php-guzzlehttp-guzzle |
---|---|
Version: | 5.3.2 |
Release: | 2.el7 |
Architecture: | noarch |
Group: | Development/Libraries |
Size: | 395712 |
License: | MIT |
RPM: | php-guzzlehttp-guzzle-5.3.2-2.el7.noarch.rpm |
Source RPM: | php-guzzlehttp-guzzle-5.3.2-2.el7.src.rpm |
Build Date: | Tue Aug 14 2018 |
Build Host: | x86-ol7-builder-02.us.oracle.com |
Vendor: | Oracle America |
URL: | http://guzzlephp.org |
Summary: | PHP HTTP client and webservice framework |
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 |
- fix dependencies
- Update to 5.3.2 (RHBZ #1534517) - Update get source script to save source in same directory - Add range version dependencies for Fedora >= 27 || RHEL >= 8 - Add composer.json to repo - Remove test skips
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
- Switch autoloader to php-composer(fedora/autoloader) - Add max versions to build dependencies - Test with SCLs if available
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
- Update to 5.3.1 (RHBZ #1350616 / RHBZ #1357580 / CVE-2016-5385) - Add "get source" script
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
- Updated autoloader to load dependencies after self registration - Minor cleanups
- Autoloader updates