Download the PHP package anqin/httpcurl without Composer
On this page you can find all versions of the php package anqin/httpcurl. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download anqin/httpcurl
More information about anqin/httpcurl
Files in anqin/httpcurl
Download anqin/httpcurl
More information about anqin/httpcurl
Files in anqin/httpcurl
Vendor anqin
Package httpcurl
Short Description curl class for thinkphp6
License Apache-2.0
Package httpcurl
Short Description curl class for thinkphp6
License Apache-2.0
Keywords curlthink extend
Please rate this library. Is it a good library?
Informations about the package httpcurl
httpCurl for ThinkPHP6
安装
composer require anqin/httpcurl
使用
该库暂不支持文件提交
$http = new HttpCurl();
$resp = $http->get('https://www.baidu.com')->exec();
$resp = $http->post('https://www.baidu.com',['aaa'=>'bbb'])->exec();
$resp->toString(); //返回字符串
$resp->toArray(); //返回数组
$resp->close();//释放内存,防止内存泄漏
All versions of httpcurl with dependencies
PHP Build Version
Package Version
The package anqin/httpcurl contains the following files
Loading the files please wait ....