You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think https://github.com/amphp/artax has everything that might be required to implement a fully async client in pure PHP. That would nicely fit between CurlHttpClient (better portability) and NativeHttpClient (really async).
That non-trivial for sure, but maybe someone would like to give it a try?