php-5.6.4 的强大 http 客户端
Robust http client for php-5.6.4
php-5.6.4 还有哪些其他强大的 http 客户端可用?我已经尝试过 pecl-2.5.1,但是在我的 php 包中尝试使用它时遇到了太多问题。
取决于您需要的复杂程度。在我的脑海中,有:
- 卷曲 (http://php.net/manual/en/book.curl.php)
- 对于基本内容,您可以使用 file_get_contents (http://php.net/manual/en/function.file-get-contents.php)
- 有 HTTP_Request2 - https://pear.php.net/package/HTTP_Request2。
- Guzzle 看起来也很有趣 - http://guzzle.readthedocs.org/en/latest/
php-5.6.4 还有哪些其他强大的 http 客户端可用?我已经尝试过 pecl-2.5.1,但是在我的 php 包中尝试使用它时遇到了太多问题。
取决于您需要的复杂程度。在我的脑海中,有:
- 卷曲 (http://php.net/manual/en/book.curl.php)
- 对于基本内容,您可以使用 file_get_contents (http://php.net/manual/en/function.file-get-contents.php)
- 有 HTTP_Request2 - https://pear.php.net/package/HTTP_Request2。
- Guzzle 看起来也很有趣 - http://guzzle.readthedocs.org/en/latest/