-
Notifications
You must be signed in to change notification settings - Fork 973
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
guzzlehttp/ringphp and guzzlehttp/streams are abandoned #992
Comments
bump. got same warning from composer. any suggestions? |
We are planning to refactor all the HTTP transport using PSR and/or HTTPlug and/or Symfony HttpClient (more detail here: #990). This will be released with |
@reedy and @ezimuel , I think the replacement is Guzzle 6 GuzzleHttp\Handler namespace: http://docs.guzzlephp.org/en/stable/handlers-and-middleware.html For example: googleapis/google-api-php-client#1106
|
Bringing in all of Guzzle seems overkill... Though it seems 1.0 used to do that.
https://packagist.org/packages/guzzlehttp/guzzle says Guzzle 5 is EOL (since late October 2019 based on guzzle/guzzle@4d71358), so I guess that means ringphp (and streams) also no longer have any maintenance, as they're not being maintained for Guzzle 5 anymore. Presumably they just took a little while to catch up on the repo maintenance and to mark it abandoned etc I would guess trying to backport #990 to < 8 might be a pain, considering it basically includes, 2.0, 5.0, 6.0, 6.7, 6.7, 7.0, 7.2 and 7.4... |
@reedy @orukaz @cspshadx After some code review and since I'm going to refactor all the HTTP transport layer for |
I just sent the PR #996, please have a look thanks! |
https://packagist.org/packages/guzzlehttp/ringphp is marked as abandoned, with no replacement
guzzle/ringphp depends on https://packagist.org/packages/guzzlehttp/streams which is also marked as abandoned, with no replacement
The text was updated successfully, but these errors were encountered: