Download the PHP package zatxm/yrequest without Composer
On this page you can find all versions of the php package zatxm/yrequest. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download zatxm/yrequest
More information about zatxm/yrequest
Files in zatxm/yrequest
Download zatxm/yrequest
More information about zatxm/yrequest
Files in zatxm/yrequest
Vendor zatxm
Package yrequest
Short Description PHP's curl simply encapsulates requests and supports requests libraries similar to python to support session context
License MIT
Package yrequest
Short Description PHP's curl simply encapsulates requests and supports requests libraries similar to python to support session context
License MIT
Please rate this library. Is it a good library?
Informations about the package yrequest
yrequest
yrequest是php的curl简单封装请求,支持类似python的requests库支持session上下文关联请求,重定向也支持此功能,支持并发请求,支持原生模拟浏览器TLS/JA3指纹的验证
使用说明
- 安装
composer require zatxm/yrequest - 支持原生模拟浏览器TLS/JA3指纹的验证
要开启此功能,前往curl-impersonate下载安装,最简单的就是下载编译号的二进制包直接放到可以直接运行的目录如/usr/local/bin
$option['cmdopt'] = '/usr/local/bin/curl_edge101'; //此值为curl-impersonate执行脚本位置,根据实际情况调整
此功能会直接返回响应头部和cookie -
简单的通信请求
-
支持同个session的通信请求
- 支持并发通信请求
All versions of yrequest with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.1
The package zatxm/yrequest contains the following files
Loading the files please wait ....