PhpGt / Fetch

Asynchronous HTTP client with promises.

Home Page:https://www.php.gt/fetch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use Guzzle promises.

g105b opened this issue · comments

https://github.com/guzzle/promises

There is no PSR for promises yet, Guzzle seems the most stable and reliable.

Nope!

For some reason, I could never get Guzzle promises to resolve. Switching to React promises worked as expected without having to change any logic. There must be something I'm missing, but React works so let's use that instead.

Also, this library was started because of Guzzle's limited HTTP client and how it falls flat on so many occasions, so it makes sense to treat Guzzle as Drunkware™.