amphp / http-tunnel
HTTP/1.1 CONNECT tunnel connector built on the Amp concurrency framework
Fund package maintenance!
amphp
Installs: 572 971
Dependents: 4
Suggesters: 0
Security: 0
Stars: 11
Watchers: 7
Forks: 4
Open Issues: 1
Requires
- php: >=8.1
- amphp/amp: ^3
- amphp/byte-stream: ^2
- amphp/http-client: ^5-beta
- amphp/socket: ^2
- league/uri: ^6 | ^7.2
Requires (Dev)
This package is auto-updated.
Last update: 2024-10-19 21:19:11 UTC
README
This package provides an HTTP CONNECT
tunnel and a socks5 tunnel for PHP based on Amp.
Installation
This package can be installed as a Composer dependency.
composer require amphp/http-tunnel
Examples
More extensive code examples reside in the examples
directory.
Versioning
amphp/http-tunnel
follows the semver semantic versioning specification like all other amphp
packages.
Security
If you discover any security related issues, please email me@kelunik.com
instead of using the issue tracker.
License
The MIT License (MIT). Please see LICENSE
for more information.