8000 Merge pull request #75 from clue-labs/name · clue/reactphp-socks@c252676 · GitHub
[go: up one dir, main page]

Skip to content

Commit c252676

Browse files
authored
Merge pull request #75 from clue-labs/name
Update project homepage
2 parents 3f08c0e + 0515626 commit c252676

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

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

33
Async SOCKS4, SOCKS4a and SOCKS5 proxy client and server implementation, built on top of [ReactPHP](http://reactphp.org).
44

@@ -235,9 +235,9 @@ $connector = new React\Socket\Connector($loop, array(
235235

236236
HTTP operates on a higher layer than this low-level SOCKS implementation.
237237
If you want to issue HTTP requests, you can add a dependency for
238-
[clue/buzz-react](https://github.com/clue/php-buzz-react).
238+
[clue/reactphp-buzz](https://github.com/clue/reactphp-buzz).
239239
It can interact with this library by issuing all
240-
[http requests through a SOCKS server](https://github.com/clue/php-buzz-react#socks-proxy).
240+
[http requests through a SOCKS server](https://github.com/clue/reactphp-buzz#socks-proxy).
241241
This works for both plain HTTP and SSL encrypted HTTPS requests.
242242

243243
#### Protocol version
@@ -973,13 +973,13 @@ MIT, see LICENSE
973973
[react/stream](https://github.com/reactphp/stream) component.
974974
* As an alternative to a SOCKS (SOCKS4/SOCKS5) proxy, you may also want to look into
975975
using an HTTP CONNECT proxy instead.
976-
You may want to use [clue/http-proxy-react](https://github.com/clue/php-http-proxy-react)
976+
You may want to use [clue/reactphp-http-proxy](https://github.com/clue/reactphp-http-proxy)
977977
which also provides an implementation of the same
978978
[`ConnectorInterface`](https://github.com/reactphp/socket#connectorinterface)
979979
so that supporting either proxy protocol should be fairly trivial.
980980
* If you're dealing with public proxies, you'll likely have to work with mixed
981981
quality and unreliable proxies. You may want to look into using
982-
[clue/connection-manager-extra](https://github.com/clue/php-connection-manager-extra)
982+
[clue/reactphp-connection-manager-extra](https://github.com/clue/reactphp-connection-manager-extra)
983983
which allows retrying unreliable ones, implying connection timeouts,
984984
concurrently working with multiple connectors and more.
985985
* If you're looking for an end-user SOCKS server daemon, you may want to use

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "clue/socks-react",
33
"description": "Async SOCKS4, SOCKS4a and SOCKS5 proxy client and server implementation, built on top of ReactPHP",
44
"keywords": ["socks client", "socks server", "proxy", "tcp tunnel", "socks protocol", "async", "ReactPHP"],
5-
"homepage": "https://github.com/clue/php-socks-react",
5+
"homepage": "https://github.com/clue/reactphp-socks",
66
"license": "MIT",
77
"authors": [
88
{

0 commit comments

Comments
 (0)
0