yiisoft / docs

Various Yii 3.0 related documentation
http://www.yiiframework.com
BSD 3-Clause "New" or "Revised" License
232 stars 69 forks source link

Demo usage of PSR-18 HTTP clients #57

Open samdark opened 4 years ago

samdark commented 4 years ago

We aren't including our own implementation for now so we can demo on how to use latest Guzzle instead.

viktorprogger commented 4 years ago

Why do you think Guzzle's documentation is not enough?

samdark commented 4 years ago

It is enough but we should do it anyway. Making HTTP request is common and we need to give a solution emphasizing that PSR-18 is the way to go.