Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: is it possible to use Buzz for HTTP requests? #48

Closed
artshevtsov opened this issue Jul 29, 2014 · 2 comments
Closed

Feature request: is it possible to use Buzz for HTTP requests? #48

artshevtsov opened this issue Jul 29, 2014 · 2 comments

Comments

@artshevtsov
Copy link

I can't use cURL on some of my servers. Your library works fine, but it requires cURL. Is it possible to use Buzz library for HTTP requests in future? Buzz is a lightweight PHP 5.3 library for issuing HTTP requests.
https://github.com/kriswallsmith/Buzz

@m4tthumphrey
Copy link
Contributor

It uses Buzz! Check out HttpClient.php. You can can pass a Buzz ClientInterface object as the 3rd param. Then pass that to Client.php.

@bzick
Copy link

bzick commented Aug 14, 2014

But composer.json does not download the package where there is no cURL (ext-curl required)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

3 participants