miguel250 / MZMailChimpBundle

[UNMAINTAINED] Symfony2 mailchimp bundle
54 stars 26 forks source link

Buzz Integration #5

Closed rdohms closed 12 years ago

rdohms commented 12 years ago

Do you think using Buzz for API communication is doable?

That would remove the curl dependency and make it easier for projects, since Buzz will fallback to streams to get the job done.

miguel250 commented 12 years ago

Yeah I was thinking of using it awhile back but never got to it. I will adding when I have sometime off this week or the next one. A pull request will be also welcome.

Miguel Perez

On Monday, July 9, 2012 at 9:06 AM, Rafael Dohms wrote:

Do you think using Buzz for API communication is doable?

That would remove the curl dependency and make it easier for projects, since Buzz will fallback to streams to get the job done.


Reply to this email directly or view it on GitHub: https://github.com/miguel250/MZMailChimpBundle/issues/5

miguel250 commented 12 years ago

@rdohms I was looking into adding Buzz today but file_get_contents doesn't working right with https requests. https://github.com/kriswallsmith/Buzz/issues/67

rdohms commented 12 years ago

@miguel250 i see, mailchimp is https only? Well then my recommendation is even if it does not remove the curl dependecy, use buzz so you have less code to maintain, use Buzz's curl wrapper instead of keeping your up to date. But its your call.