Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: php-guzzlehttp-guzzle6 | Distribution: Unknown |
Version: 6.5.8 | Vendor: Remi's RPM repository <https://rpms.remirepo.net/> #StandWithUkraine |
Release: 1.el7.remi | Build date: Wed Jun 22 15:32:15 2022 |
Group: Unspecified | Build host: builder.remirepo.net |
Size: 335600 | Source RPM: php-guzzlehttp-guzzle6-6.5.8-1.el7.remi.src.rpm |
Packager: Remi Collet | |
Url: http://guzzlephp.org | |
Summary: PHP HTTP client library |
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. Autoloader: /usr/share/php/GuzzleHttp6/autoload.php
MIT
* Wed Jun 22 2022 Remi Collet <[email protected]> - 6.5.8-1 - update to 6.5.8 - raise dependency on guzzlehttp/psr7 1.9 * Mon Jun 13 2022 Remi Collet <[email protected]> - 6.5.7-1 - update to 6.5.7 * Mon May 30 2022 Remi Collet <[email protected]> - 6.5.6-1 - update to 6.5.6 * Thu Apr 01 2021 Remi Collet <[email protected]> - 6.5.5-1 - update to 6.5.5 * Thu Dec 26 2019 Shawn Iwinski <[email protected]> - 6.5.2-1 - Update to 6.5.2 (RHBZ #1764727) - Remove version check and only do autoloader check b/c `\GuzzleHttp\ClientInterface::VERSION` is `@deprecated Will be removed in Guzzle 7.0.0` * Tue Dec 17 2019 Shawn Iwinski <[email protected]> - 6.5.0-1 - Update to 6.5.0 (RHBZ #1764727) - Use PHPUnit 7 * Sun Sep 08 2019 Shawn Iwinski <[email protected]> - 6.3.3-6 - Fix FTBFS (RHBZ #1736433) * Wed Oct 17 2018 Remi Collet <[email protected]> - 6.3.3-3 - skip 1 failed test * Mon Apr 23 2018 Shawn Iwinski <[email protected]> - 6.3.3-1 - Update to 6.3.3 (RHBZ #1560991) - Update get source script to save source in same directory - Add range version dependencies for Fedora >= 27 || RHEL >= 8 - Add composer.json to repo * Fri Jul 07 2017 Shawn Iwinski <[email protected]> - 6.3.0-3 - Fix %check to fail when upstream tests fail * Wed Jul 05 2017 Shawn Iwinski <[email protected]> - 6.3.0-2 - Add patch to fix version - Add check for version and run whether tests are skipped or not * Fri Jun 23 2017 Shawn Iwinski <[email protected]> - 6.3.0-1 - Update to 6.3.0 (RHBZ #1464283) - Remove patch * Fri Apr 07 2017 Shawn Iwinski <[email protected]> - 6.2.3-1 - Update to 6.2.3 - Fix rawhide (F27) FTBS - Add max versions to BuildRequires - Switch autoloader to php-composer(fedora/autoloader) - Test with SCLs if available * Sun Oct 09 2016 Shawn Iwinski <[email protected]> - 6.2.2-1 - Update to 6.2.2 (RHBZ #1383050) * Mon Jul 18 2016 Shawn Iwinski <[email protected]> - 6.2.1-1 - Update to 6.2.1 (RHBZ #1357582 / CVE-2016-5385) - Removed "Fix failing test" patch * Sun May 29 2016 Shawn Iwinski <[email protected]> - 6.2.0-3 - Fix failing test * Fri Apr 15 2016 Remi Collet <[email protected]> - 6.2.0-2.1 - fix dep. on EL-5 * Fri Apr 08 2016 Shawn Iwinski <[email protected]> - 6.2.0-2 - Prepend PSR-4 autoloader (fixes dual-install issue with php-guzzlehttp-guzzle when other packages register PSR-0 autoloader first usually with include path failover) * Sun Mar 27 2016 Shawn Iwinski <[email protected]> - 6.2.0-1 - Updated to 6.2.0 (RHBZ #1319960) * Sun Jan 31 2016 Remi Collet <[email protected]> - 6.1.1-2 - backport for remi repository * Thu Jan 28 2016 Shawn Iwinski <[email protected]> - 6.1.1-2 - Added min version of autoloader dependency - Fix directory ownership * Sun Dec 06 2015 Shawn Iwinski <[email protected]> - 6.1.1-1 - Renamed from php-guzzlehttp-guzzle to php-guzzlehttp-guzzle6 for dual-install of version 5 and version 6 - Updated to 6.1.1 * Sun Jun 28 2015 Shawn Iwinski <[email protected]> - 5.3.0-3 - Autoloader updates * Thu Jun 18 2015 Fedora Release Engineering <[email protected]> - 5.3.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Sun Jun 14 2015 Shawn Iwinski <[email protected]> - 5.3.0-1 - Updated to 5.3.0 (BZ #1140134) - Added autoloader - Re-added tests * Sun Feb 08 2015 Shawn Iwinski <[email protected]> - 5.1.0-1 - Updated to 5.1.0 (BZ #1140134) - CA cert no longer bundled (see https://github.com/guzzle/guzzle/blob/5.1.0/docs/clients.rst#verify) - No tests because dependency package does not provide required test file * Mon Jan 12 2015 Remi Collet <[email protected]> - 4.1.8-3 - Upstream patch for PHP behavior change, thanks Koschei * Tue Aug 26 2014 Shawn Iwinski <[email protected]> - 4.1.8-2 - Fix test suite when previous version installed * Sat Aug 23 2014 Shawn Iwinski <[email protected]> - 4.1.8-1 - Updated to 4.1.8 (BZ #1126611) * Wed Jul 30 2014 Shawn Iwinski <[email protected]> - 4.1.4-1 - Updated to 4.1.4 (BZ #1124226) - Added %license usage * Sun Jun 29 2014 Shawn Iwinski <[email protected]> - 4.1.2-1 - Updated to 4.1.2 * Fri Jun 06 2014 Shawn Iwinski <[email protected]> - 4.1.0-1 - Updated to 4.1.0 - Require php-composer virtual provides instead of direct pkgs - Added php-PsrLog and nodejs build requires - Added php-composer(%{composer_vendor}/%{composer_project}) virtual provide - Added option to build without tests * Fri May 23 2014 Shawn Iwinski <[email protected]> - 4.0.2-1 - Initial package
/usr/share/doc/php-guzzlehttp-guzzle6-6.5.8 /usr/share/doc/php-guzzlehttp-guzzle6-6.5.8/CHANGELOG.md /usr/share/doc/php-guzzlehttp-guzzle6-6.5.8/README.md /usr/share/doc/php-guzzlehttp-guzzle6-6.5.8/UPGRADING.md /usr/share/doc/php-guzzlehttp-guzzle6-6.5.8/composer.json /usr/share/licenses/php-guzzlehttp-guzzle6-6.5.8 /usr/share/licenses/php-guzzlehttp-guzzle6-6.5.8/LICENSE /usr/share/php/GuzzleHttp6 /usr/share/php/GuzzleHttp6/Client.php /usr/share/php/GuzzleHttp6/ClientInterface.php /usr/share/php/GuzzleHttp6/Cookie /usr/share/php/GuzzleHttp6/Cookie/CookieJar.php /usr/share/php/GuzzleHttp6/Cookie/CookieJarInterface.php /usr/share/php/GuzzleHttp6/Cookie/FileCookieJar.php /usr/share/php/GuzzleHttp6/Cookie/SessionCookieJar.php /usr/share/php/GuzzleHttp6/Cookie/SetCookie.php /usr/share/php/GuzzleHttp6/Exception /usr/share/php/GuzzleHttp6/Exception/BadResponseException.php /usr/share/php/GuzzleHttp6/Exception/ClientException.php /usr/share/php/GuzzleHttp6/Exception/ConnectException.php /usr/share/php/GuzzleHttp6/Exception/GuzzleException.php /usr/share/php/GuzzleHttp6/Exception/InvalidArgumentException.php /usr/share/php/GuzzleHttp6/Exception/RequestException.php /usr/share/php/GuzzleHttp6/Exception/SeekException.php /usr/share/php/GuzzleHttp6/Exception/ServerException.php /usr/share/php/GuzzleHttp6/Exception/TooManyRedirectsException.php /usr/share/php/GuzzleHttp6/Exception/TransferException.php /usr/share/php/GuzzleHttp6/Handler /usr/share/php/GuzzleHttp6/Handler/CurlFactory.php /usr/share/php/GuzzleHttp6/Handler/CurlFactoryInterface.php /usr/share/php/GuzzleHttp6/Handler/CurlHandler.php /usr/share/php/GuzzleHttp6/Handler/CurlMultiHandler.php /usr/share/php/GuzzleHttp6/Handler/EasyHandle.php /usr/share/php/GuzzleHttp6/Handler/MockHandler.php /usr/share/php/GuzzleHttp6/Handler/Proxy.php /usr/share/php/GuzzleHttp6/Handler/StreamHandler.php /usr/share/php/GuzzleHttp6/HandlerStack.php /usr/share/php/GuzzleHttp6/MessageFormatter.php /usr/share/php/GuzzleHttp6/Middleware.php /usr/share/php/GuzzleHttp6/Pool.php /usr/share/php/GuzzleHttp6/PrepareBodyMiddleware.php /usr/share/php/GuzzleHttp6/RedirectMiddleware.php /usr/share/php/GuzzleHttp6/RequestOptions.php /usr/share/php/GuzzleHttp6/RetryMiddleware.php /usr/share/php/GuzzleHttp6/TransferStats.php /usr/share/php/GuzzleHttp6/UriTemplate.php /usr/share/php/GuzzleHttp6/Utils.php /usr/share/php/GuzzleHttp6/autoload.php /usr/share/php/GuzzleHttp6/functions.php /usr/share/php/GuzzleHttp6/functions_include.php
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Jul 9 10:20:33 2024