snowcap / Emarsys

PHP HTTP client for Emarsys webservice
MIT License
39 stars 37 forks source link

Why Guzzle? #6

Closed tim-bezhashvyly closed 9 years ago

tim-bezhashvyly commented 9 years ago

Any particular reason why Guzzle is used in this project? I'm not criticising, more like just curious. I never had an experience with Guzzle before but as far as I can see sending a request of Emarsys is just 5-10 lines of riding cURL.

Moinax commented 9 years ago

There is no real reason, it was just easy to use it with composer.

If you want to avoid the requirement, you can create a simplified client (with a basic Interface) in the project and let others override it with the client of their choice (if needed).

Regards,

Jérôme