slince / shopify-api-php

:rocket: Shopify API Client for PHP
MIT License
128 stars 47 forks source link

Use psr/http-message instead of guzzle #94

Closed garak closed 3 years ago

garak commented 3 years ago

This would allow users to choose their HTTP client of choice (even staying with guzzle itself)

slince commented 3 years ago

do you mean this package https://github.com/php-fig/http-client ?

garak commented 3 years ago

do you mean this package https://github.com/php-fig/http-client ?

yes

slince commented 3 years ago

Although the idea is beautiful, It's not enough to rely on php-fig/http-client. You also need other package like php-http/httplug and its adapter. this will increase the complexity of the library