Top "Guzzle" questions

Guzzle is a PHP HTTP client that makes it easy to send HTTP requests and trivial to integrate with web services.

Guzzle returns cURL error 3: <url> malformed

I want to try out the guzzle library and am following through their quickstart tutorial to make http requests to …

php laravel curl guzzle
Adding Query string params to a Guzzle GET request?

I read this answer but I believe there is a better way to create a http url query in Guzzle, …

php guzzle
Guzzle HTTP - add Authorization header directly into request

Can anyone explain how to add the Authorization Header within Guzzle? I can see the code below works for adding …

php rest http guzzle guzzle6
Upload file using Guzzle 6 to API endpoint

I am able to upload a file to an API endpoint using Postman. I am trying to translate that into …

php api laravel guzzle guzzle6
Installation Guzzle in Laravel 5

how to Install Guzzle into Laravel 5? I'm using laravel for my project, but I need library like guzzle to made …

laravel-5 guzzle
Guzzle Curl Error 60 SSL unable to get local issuer

Trying to use the YouTube API v3 to get some video(s) information, using Guzzle in Symfony2 using Service Descriptors. …

php symfony curl ssl guzzle
How to perform multiple Guzzle requests at the same time?

I can perform single requests using Guzzle and I'm very pleased with Guzzle's performance so far however, I read in …

php curl guzzle
Copy remote file using Guzzle

I'm trying to copy a remote file (image PNG, GIF, JPG ...) to my server. I use Guzzle since I sometimes …

php guzzle
Guzzle: handle 400 bad request

I'm using Guzzle in Laravel 4 to return some data from another server, but I can't handle Error 400 bad request [status …

php laravel bad-request guzzle
How to read the response effective URL in Guzzle ~6.0

I've been searching for about 2 hours and I can't figure it out how to read the final response uri. In …

php guzzle psr-7