WyriHaximus / ReactGuzzle

ReactPHP HttpClient Adapter for Guzzle
MIT License
34 stars 5 forks source link

Guzzle 5: incorporated React #14

Open kiwina opened 9 years ago

kiwina commented 9 years ago

Hi i've been using this package but Guzzle5 has React in it now making it obsolete

WyriHaximus commented 9 years ago

Actually Guzzle5 doesn't have an react adapter/handler in it but is supporting asynchronous operations. I'm working on a RingPHP handler (on which Guzzle5 is based) that brings react to Guzzle5: https://github.com/WyriHaximus/ReactGuzzleRing The thing with Guzzle5 is that when you don't use an asynchronous handler you can still use it as if you are.