amphp/http-tunnel
AMPHP HTTP Tunnel provides asynchronous HTTP tunneling for PHP using Amp, enabling CONNECT-based proxy tunneling and transparent TCP-over-HTTP streams. Useful for building clients that need to reach services through HTTP proxies with non-blocking I/O.
Stable release compatible with AMPHP v3 and fibers! 🎉
As with other libraries compatible with AMPHP v3, most cases of parameters or returns of Promise<ResolutionType> have been replaced with ResolutionType.
This library provides an implementation of Amp\Socket\SocketConnector from amphp/socket which establishes a socket connection via an HTTP/1.1 CONNECT request to a proxy.
amphp/http-clientFull Changelog: https://github.com/amphp/http-tunnel/compare/v2.0.0-beta.1...v2.0.0-beta.2
Based on PHP 8.1, Amp v3, Fibers, and Revolt.
Initial release.
How can I help you explore Laravel packages today?