{"id":91717,"library":"clue-socks-react","title":"Clue Socks React","description":"Async SOCKS proxy connector client and server implementation, tunnel any TCP/IP-based protocol through a SOCKS5 or SOCKS4(a) proxy server, built on top of ReactPHP.","status":"active","version":"1.5.0","language":"php","source_language":null,"source_url":"https://github.com/clue/reactphp-socks","tags":["socks","proxy","reactphp","async","tcp","networking"],"install":[{"cmd":"composer require clue/socks-react","lang":"bash","label":"composer require"}],"dependencies":[],"imports":[{"symbol":"Client","correct":"use Clue\\React\\Socks\\Client;"}],"quickstart":{"code":"use Clue\\React\\Socks\\Client;\nuse React\\Socket\\Connector;\n\n$loop = React\\EventLoop\\Loop::get();\n$client = new Client('127.0.0.1:9050', new Connector($loop));\n$connector = new Connector($loop, ['tcp' => $client]);\n$connector->connect('example.com:80')->then(function ($conn) {\n    echo 'Connected!';\n});\n$loop->run();","lang":"php","description":"Create a SOCKS5 client and connect to a remote host through the proxy."},"warnings":[{"fix":"Install required PHP extensions: sockets, pcntl.","message":"Requires ext-sockets and ext-pcntl for full functionality on some platforms.","severity":"gotcha","affected_versions":">=1.0.0"}],"env_vars":null,"search_vec":"'async':4,32 'built':24 'client':8 'clue':1 'connector':7 'implement':11 'network':34 'protocol':15 'proxi':6,22,30 'react':3 'reactphp':28,31 'server':10,23 'sock':2,5,29 'socks4':20 'socks5':18 'tcp':33 'tcp/ip-based':14 'top':26 'tunnel':12","created_at":"2026-06-19T09:21:48.122913+00:00","updated_at":"2026-06-19T09:21:48.122913+00:00","problems":[],"ecosystem":"packagist","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/clue/reactphp-socks","github":"https://github.com/clue/reactphp-socks","docs":null,"changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["networking","async"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-19","next_check":"2026-12-16","install_tag":null}}