定制 exe/cloak 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

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

WIP

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

GitHub 信息

  • Stars: 7
  • Watchers: 1
  • Forks: 1
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2025-07-28