jocoon/socks5
最新稳定版本:1.0.1
Composer 安装命令:
composer require jocoon/socks5
包简介
A simple SOCKS5 tcp client
README 文档
README
A PHP5 Library to make TCP connections via a SOCKS5 Proxy.
It will create a standard socket which can be used with the normal functions like fwrite(), fgets(), etc. Just be aware the connection is non-blocking.
Important Note
This library has been modified to use a blocking connection in contrast to the original library by weheartwebsites / Günter Grodotzki. By the way, this library has been tested up to PHP 7.2 and it works flawlessly.
Requirements
- PHP5.4 or higher
Features
- ability to set the outgoing interface (e.g. multi-ip environments)
- ability to tunnel DNS over the Proxy as well, or do DNS queries local
- for example if the DNS server is trustable (like a local cache) it might be faster to do the DNS query directly than over the Proxy
- minimal requirements, created socket can be used transparently with PHP built in functions.
- for now, plaintext authentication implemented
统计信息
- 总下载量: 6.94k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 3
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-3.0
- 更新时间: 2019-11-28