{"id":92177,"library":"clue-http-proxy-react","title":"HTTP Proxy React","description":"Async HTTP proxy connector that tunnels any TCP/IP-based protocol through an HTTP CONNECT proxy server, built on top of ReactPHP.","status":"active","version":"1.9.0","language":"php","source_language":null,"source_url":"https://github.com/clue/reactphp-http-proxy","tags":["async","proxy","http","reactphp","tcp"],"install":[{"cmd":"composer require clue/http-proxy-react","lang":"bash","label":"composer require"}],"dependencies":[],"imports":[{"symbol":"ProxyConnector","correct":"use Clue\\React\\HttpProxy\\ProxyConnector;"}],"quickstart":{"code":"use Clue\\React\\HttpProxy\\ProxyConnector;\nuse React\\Socket\\Connector;\n\n$proxy = new ProxyConnector('127.0.0.1:8080');\n$connector = new Connector($proxy);\n$connector->connect('example.com:80')->then(function ($connection) {\n    echo 'Connected!';\n});","lang":"php","description":"Create a proxy connector and use it to connect to a remote host through an HTTP CONNECT proxy."},"warnings":[{"fix":"Ensure you have a loop (e.g., Loop::run()) to process async operations.","message":"Requires ReactPHP event loop to be running.","severity":"gotcha","affected_versions":">=1.0.0"}],"env_vars":null,"search_vec":"'async':4,24 'built':19 'connect':16 'connector':7 'http':1,5,15,26 'protocol':12 'proxi':2,6,17,25 'react':3 'reactphp':23,27 'server':18 'tcp':28 'tcp/ip-based':11 'top':21 'tunnel':9","created_at":"2026-06-19T09:28:40.959976+00:00","updated_at":"2026-06-19T09:28:40.959976+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-http-proxy","github":"https://github.com/clue/reactphp-http-proxy","docs":null,"changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["networking","http-client"],"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}}