エキサイト Advent Calendar 2019 24日目の記事です! こんにちは!aharenchです! 今回は、PHPのHTTP Clientの「GuzzleHttp」について書きたいと思います。 Guzzle HTTPとは Guzzle is a PHP HTTP client that makes it easy to send HTTP requests and trivial to integrate with web services. ・ Simple interface for building query strings, POST requests, streaming large uploads, streaming large downloads, using HTTP cookies, uploading JSON data, etc... ・ Can se
