From 5dc13a989f61f9dc867a57581c0c7c3a7daeef35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20L=C3=BCck?= Date: Sat, 12 May 2018 10:47:28 +0200 Subject: [PATCH] Update project homepage --- README.md | 6 +++--- composer.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 442b7f9..15fc7dc 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# 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) +# 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) Async HTTP proxy connector, use any TCP/IP-based protocol through an HTTP CONNECT proxy server, built on top of [ReactPHP](https://reactphp.org). @@ -409,13 +409,13 @@ MIT [react/stream](https://github.com/reactphp/stream) component. * As an alternative to an HTTP CONNECT proxy, you may also want to look into using a SOCKS (SOCKS4/SOCKS5) proxy instead. - You may want to use [clue/socks-react](https://github.com/clue/php-socks-react) + You may want to use [clue/reactphp-socks](https://github.com/clue/reactphp-socks) which also provides an implementation of the same [`ConnectorInterface`](https://github.com/reactphp/socket#connectorinterface) so that supporting either proxy protocol should be fairly trivial. * If you're dealing with public proxies, you'll likely have to work with mixed quality and unreliable proxies. You may want to look into using - [clue/connection-manager-extra](https://github.com/clue/php-connection-manager-extra) + [clue/reactphp-connection-manager-extra](https://github.com/clue/reactphp-connection-manager-extra) which allows retrying unreliable ones, implying connection timeouts, concurrently working with multiple connectors and more. * If you're looking for an end-user HTTP CONNECT proxy server daemon, you may diff --git a/composer.json b/composer.json index 23801c9..0b70f02 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "clue/http-proxy-react", "description": "Async HTTP proxy connector, use any TCP/IP-based protocol through an HTTP CONNECT proxy server, built on top of ReactPHP", "keywords": ["HTTP", "CONNECT", "proxy", "ReactPHP", "async"], - "homepage": "https://github.com/clue/php-http-proxy-react", + "homepage": "https://github.com/clue/reactphp-http-proxy", "license": "MIT", "authors": [ {