2017 © Pedro Peláez
 

library socks5

image

weheartwebsites/socks5

  • Friday, April 6, 2018
  • by lifeofguenter
  • Repository
  • 3 Watchers
  • 26 Stars
  • 13 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 13 Forks
  • 2 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

SOCKS5

A PHP5 Library to make TCP connections via a SOCKS5 Proxy., (*1)

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., (*2)

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

The Versions

06/04 2018

0.1.0

0.1.0.0

  Sources   Download

27/07 2016

dev-master

9999999-dev https://github.com/weheartwebsites/SOCKS5

A simple SOCKS5 tcp client

  Sources   Download

GPL-3.0+

The Requires

  • php >=5.4.0

 

client proxy net tcp socks5