Download the PHP package tekintian/curl_http_request without Composer
On this page you can find all versions of the php package tekintian/curl_http_request. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download tekintian/curl_http_request
More information about tekintian/curl_http_request
Files in tekintian/curl_http_request
Download tekintian/curl_http_request
More information about tekintian/curl_http_request
Files in tekintian/curl_http_request
Vendor tekintian
Package curl_http_request
Short Description 超级灵活,强大,可自定义的curl http请求类, 可伪装来源,agent, 伪装IP地址等等,支持POST, GET等方式
License BSD-3-Clause
Homepage https://github.com/tekintian/curl_http_request
Package curl_http_request
Short Description 超级灵活,强大,可自定义的curl http请求类, 可伪装来源,agent, 伪装IP地址等等,支持POST, GET等方式
License BSD-3-Clause
Homepage https://github.com/tekintian/curl_http_request
Please rate this library. Is it a good library?
Informations about the package curl_http_request
Curl http 请求工具
超级灵活,强大,可自定义的curl http请求类, 可伪装来源,agent, 伪装IP地址等等,支持POST, GET等方式
使用方法:
- 载入本工具类
composer require tekintian/curl_http_request
- 使用本工具
<?php
// 载入自动加载: 如果使用框架的话这个步骤可以忽略。
require_once __DIR__ . '/vendor/autoload.php';
use \tekintian\utils\CurlHttpRequest;
// 请求测试
$data = CurlHttpRequest::send("http://www.baidu.com");
echo $data;
All versions of curl_http_request with dependencies
PHP Build Version
Package Version
No informations.
The package tekintian/curl_http_request contains the following files
Loading the files please wait ....