Skip to content

Commit 8cf95d8

Browse files
authored
Merge pull request #21 from clue-labs/name
Update project homepage
2 parents eeff725 + 5dc13a9 commit 8cf95d8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# clue/http-proxy-react [![Build Status](https://travis-ci.org/clue/php-http-proxy-react.svg?branch=master)](https://travis-ci.org/clue/php-http-proxy-react)
1+
# clue/reactphp-http-proxy [![Build Status](https://travis-ci.org/clue/reactphp-http-proxy.svg?branch=master)](https://travis-ci.org/clue/reactphp-http-proxy)
22

33
Async HTTP proxy connector, use any TCP/IP-based protocol through an HTTP
44
CONNECT proxy server, built on top of [ReactPHP](https://reactphp.org).
@@ -409,13 +409,13 @@ MIT
409409
[react/stream](https://github.com/reactphp/stream) component.
410410
* As an alternative to an HTTP CONNECT proxy, you may also want to look into
411411
using a SOCKS (SOCKS4/SOCKS5) proxy instead.
412-
You may want to use [clue/socks-react](https://github.com/clue/php-socks-react)
412+
You may want to use [clue/reactphp-socks](https://github.com/clue/reactphp-socks)
413413
which also provides an implementation of the same
414414
[`ConnectorInterface`](https://github.com/reactphp/socket#connectorinterface)
415415
so that supporting either proxy protocol should be fairly trivial.
416416
* If you're dealing with public proxies, you'll likely have to work with mixed
417417
quality and unreliable proxies. You may want to look into using
418-
[clue/connection-manager-extra](https://github.com/clue/php-connection-manager-extra)
418+
[clue/reactphp-connection-manager-extra](https://github.com/clue/reactphp-connection-manager-extra)
419419
which allows retrying unreliable ones, implying connection timeouts,
420420
concurrently working with multiple connectors and more.
421421
* If you're looking for an end-user HTTP CONNECT proxy server daemon, you may

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "clue/http-proxy-react",
33
"description": "Async HTTP proxy connector, use any TCP/IP-based protocol through an HTTP CONNECT proxy server, built on top of ReactPHP",
44
"keywords": ["HTTP", "CONNECT", "proxy", "ReactPHP", "async"],
5-
"homepage": "https://github.com/clue/php-http-proxy-react",
5+
"homepage": "https://github.com/clue/reactphp-http-proxy",
66
"license": "MIT",
77
"authors": [
88
{

0 commit comments

Comments
 (0)