guzzlehttp/ringphp
Abandoned by its maintainers. Provides a simple API and specification that abstracts away the details of HTTP into a single PHP function.
1.1.1
85M downloads/mo
#1452 most downloaded on Packagist
guzzle/RingPHP
What this package is like to depend on
Last release 8 years ago
no release in 18 months
Ships unpredictably
gaps range from 8 days to 3.2 years
Nearly every release is documented
notes for 10 of 10 stable releases
Nothing withdrawn
no release was ever pulled
12 years old
10 releases · first in 2014
0 releases in the last 12 months
see the full history below
Release timeline
10 releases · Oct 2014 to Jul 2018
2015
2017
2019
2021
2023
2025
Releases
latest 10-
1.1.131 Jul 2018 -
1.1.020 May 2015Release notes
Open source →Added
- Added
CURL_HTTP_VERSION_2_0
Changed
- The PHP stream wrapper handler now sets
allow_self_signedtofalseto match the cURL handler whenverifyis set totrueor a certificate file. - Ensuring that a directory exists before using the
save_tooption. - Response protocol version is now correctly extracted from a response.
Fixed
- Fixed a bug in which the result of
CurlFactory::retryFailedRewinddid not return an array.
- Added
-
1.0.730 Mar 2015 -
1.0.626 Feb 2015Release notes
Open source →- Bug fix: futures now extend from React's PromiseInterface to ensure that they are properly forwarded down the promise chain.
- The multi handle of the CurlMultiHandler is now created lazily.
Release notes
Open source →Changed
- The multi handle of the CurlMultiHandler is now created lazily.
Fixed
- Bug fix: futures now extend from React's PromiseInterface to ensure that they are properly forwarded down the promise chain.
-
1.0.511 Dec 2014Release notes
Open source →- Adding more error information to PHP stream wrapper exceptions.
- Added digest auth integration test support to test server.
Release notes
Open source →Added
- Adding more error information to PHP stream wrapper exceptions.
- Added digest auth integration test support to test server.
-
1.0.402 Dec 2014Release notes
Open source →- Added support for older versions of cURL that do not have CURLOPT_TIMEOUT_MS.
- Setting debug to
falsedoes not enable debug output. - Added a fix to the StreamHandler to return a
FutureArrayInterfacewhen an
error occurs.
Release notes
Open source →Added
- Added support for older versions of cURL that do not have CURLOPT_TIMEOUT_MS.
- Added a fix to the StreamHandler to return a
FutureArrayInterfacewhen an
Changed
- Setting debug to
falsedoes not enable debug output. error occurs.
-
1.0.304 Nov 2014Release notes
Open source →- Setting the
headerstream option as a string to be compatible with GAE. - Header parsing now ensures that header order is maintained in the parsed
message.
Release notes
Open source →Fixed
- Setting the
headerstream option as a string to be compatible with GAE. - Header parsing now ensures that header order is maintained in the parsed message.
- Setting the
-
1.0.229 Oct 2014Release notes
Open source →- Now correctly honoring a
versionoption is supplied in a request.
See #8
Release notes
Open source →Fixed
- Now correctly honoring a
versionoption is supplied in a request. See https://github.com/guzzle/RingPHP/pull/8
- Now correctly honoring a
-
1.0.126 Oct 2014Release notes
Open source →- Fixed a header parsing issue with the
CurlHandlerandCurlMultiHandler
that caused cURL requests with multiple responses to merge repsonses together
(e.g., requests with digest authentication).
Release notes
Open source →Fixed
- Fixed a header parsing issue with the
CurlHandlerandCurlMultiHandlerthat caused cURL requests with multiple responses to merge repsonses together (e.g., requests with digest authentication).
- Fixed a header parsing issue with the
-
1.0.013 Oct 2014