Closed igormukhingmailcom closed 8 years ago
Hey.
The php-http/client-implementation
is a virtual package. You could install any of these: https://packagist.org/providers/php-http/client-implementation
Say you want to use Guzzle 6:
php composer.phar require php-http/guzzle6-adapter
Read more about it here: http://docs.php-http.org/en/latest/clients.html?highlight=virtual#composer-virtual-packages and here https://github.com/Happyr/TranslationBundle#install
Ah, thanks @Nyholm. Was not aware of virtual packages. I believe this link http://docs.php-http.org/en/latest/clients.html?highlight=virtual#composer-virtual-packages in README can save a lot of time to people that also not aware about this.
Hi.
Suppose this lib should be used: https://github.com/php-http/client-common As far as
php-http/client-implementation
no longer available.