php-http/guzzle6-adapter
Abandoned; use guzzlehttp/guzzle or php-http/guzzle7-adapter. Guzzle 6 HTTP Adapter
v2.0.2
89M downloads/mo
#1228 most downloaded on Packagist
php-http/guzzle6-adapter
What this package is like to depend on
Last release 5 years ago
no release in 18 months
Ships unpredictably
gaps range from 2 weeks to 2.5 years
Most releases are documented
notes for 11 of 13 stable releases
Nothing withdrawn
no release was ever pulled
11 years old
13 releases · first in 2015
0 releases in the last 12 months
see the full history below
Release timeline
13 releases · Jun 2015 to Mar 2021Releases
latest 13-
v2.0.202 Mar 2021Release notes
Open source →Added
- Add Support for PHP 8
This adapter can now be installed with PHP 8, even though Guzzle 6 is not tested on PHP 8. If you need a PSR-18 client, use Guzzle 7 which natively implements PSR-18. If you need the HTTPlug interfaces for asynchronous calls or for a system that still requires HTTPlug, use the guzzle7-adapter instead of this repository.
- Add Support for PHP 8
-
v2.0.116 Dec 2018Release notes
Open source →Fixed
-
\Http\Adapter\Guzzle6\Client::sendRequestno longer throws any exceptions that do not implement
the PSR exception interface.Instead of
\UnexpectedValueExceptionwe now throwHttp\Adapter\Guzzle6\Exception\UnexpectedValueException
(which extends\UnexpectedValueExceptionand implementsPsr\Http\Client\ClientExceptionInterface).Instead of
\RuntimeExceptionwe now throwHttp\Client\Exception\TransferException
(which extends\RuntimeExceptionand implementsPsr\Http\Client\ClientExceptionInterface).
Release notes
Open source →Fixed
-
\Http\Adapter\Guzzle6\Client::sendRequestno longer throws any exceptions that do not implement the PSR exception interface.Instead of
\UnexpectedValueExceptionwe now throwHttp\Adapter\Guzzle6\Exception\UnexpectedValueException(which extends\UnexpectedValueExceptionand implementsPsr\Http\Client\ClientExceptionInterface).Instead of
\RuntimeExceptionwe now throwHttp\Client\Exception\TransferException(which extends\RuntimeExceptionand implementsPsr\Http\Client\ClientExceptionInterface).
-
-
v2.0.014 Nov 2018Release notes
Open source →This major release drops PHP 5.x support and implements HTTPlug 2.0/PSR-18.
Release notes
Open source →Added
- Support for HTTPlug 2.0 and PSR-18
Changed
ClientandPromiseare both final
Removed
- Support for PHP <7.1
-
v1.1.110 May 2016Release notes
Open source →- fix regression with creating the adapter without an explicit guzzle client
-
v1.1.009 May 2016Release notes
Open source →Added
- Factory method Client::createWithConfig to create an adapter with custom configuration for the underlying guzzle client.
-
v1.0.026 Jan 2016Nothing published for this version
-
v0.4.113 Jan 2016 -
v0.4.012 Jan 2016 -
v0.3.131 Dec 2015 -
v0.3.031 Dec 2015Nothing published for this version
-
v0.2.117 Dec 2015Release notes
Open source →Added
- Puli configuration and bindings
Changed
- Guzzle setup conforms to HTTPlug requirement now: Minimal functionality in client
-
v0.2.015 Dec 2015 -
v0.1.012 Jun 2015