Download the PHP package jocoon/socks5 without Composer
On this page you can find all versions of the php package jocoon/socks5. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download jocoon/socks5
More information about jocoon/socks5
Files in jocoon/socks5
Download jocoon/socks5
More information about jocoon/socks5
Files in jocoon/socks5
Please rate this library. Is it a good library?
Informations about the package socks5
SOCKS5
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
All versions of socks5 with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.4.0
The package jocoon/socks5 contains the following files
Loading the files please wait ....