ezimuel/ringphp
Fork of guzzle/RingPHP (abandoned) to be used with elasticsearch-php
1.4.1
123M downloads/mo
#366 most downloaded on Packagist
ezimuel/ringphp
What this package is like to depend on
Last release 6 months ago
11 Feb 2026
Release timing varies
gaps range from 4 weeks to 3.2 years
Nearly every release is documented
notes for 18 of 18 stable releases
Nothing withdrawn
no release was ever pulled
12 years old
18 releases · first in 2014
1 release in the last 12 months
see the full history below
Release timeline
18 releases · Oct 2014 to Feb 2026
2015
2017
2019
2021
2023
2025
Releases
latest 18-
1.4.111 Feb 2026 -
1.4.007 Aug 2025 -
1.3.024 Feb 2025Release notes
Open source →This release introduce the following changes:
- Support of react/promise 3.0 and also 2.0, #15
-
1.2.314 Jan 2025 -
1.2.207 Dec 2022Release notes
Open source → -
1.2.125 Oct 2022 -
1.2.016 Nov 2021Release notes
Open source →Added
- Add attribute to avoid Deprecated notice for PHP 8.1 #4
- Add replace guzzlehttp/ringphp in composer #3
- Add .gitattributes file #2
Changed
- Updated to PHPUnit 9 and fixed the unit tests for PHP 8 d386b25
-
1.1.214 Feb 2020 -
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 →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 →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
- 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 →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 →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
- 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