Guzzle 是 PHP HTTP 客户端库。
官方文档:http://docs.guzzlephp.org/en/stable/
中文文档:http://guzzle-cn.readthedocs.io/zh_CN/latest/overview.html
1 | $ composer require guzzlehttp/guzzle |
1 | $client = new \GuzzleHttp\Client(); |
Guzzle 是 PHP HTTP 客户端库。
官方文档:http://docs.guzzlephp.org/en/stable/
中文文档:http://guzzle-cn.readthedocs.io/zh_CN/latest/overview.html
1 | $ composer require guzzlehttp/guzzle |
1 | $client = new \GuzzleHttp\Client(); |