exe/cloak
最新稳定版本:v0.2.1
Composer 安装命令:
composer require exe/cloak
包简介
Low-level HTTP client with TLS 1.3 and HTTP fingerprint control - in pure PHP.
README 文档
README
Cloak is a pure PHP HTTP and TLS client that allows for low-level control over HTTP and TLS fingerprints.
Installing Cloak
composer require exe/cloak
Usage
use Cloak\Http\Client; $client = new Client(); // Initialises a HTTP/1.1 client by default $response = $client->get('https://tls.peet.ws/api/all'); echo $response->getStatus(); // 200 echo $response->getHeader('content-type'); // application/json; charset=utf-8 echo $response->getBody(); // '{...}'
Roadmap
- HTTP/1.1 implementation
- HTTP/2 implementation
- Browser profiles
Resources
统计信息
- 总下载量: 32
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 7
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2025-07-28