Set the Authorization Bearer header in Guzzle HTTP client September 8, 2017May 30, 2017 by cicnavi When you need to fetch data from some API, you’ll often need to set the Authorization header in your HTTP client. Here is how to do it using Guzzle. Read more