|
1 |
| -# clue/socks-react [](https://travis-ci.org/clue/php-socks-react) |
| 1 | +# clue/reactphp-socks [](https://travis-ci.org/clue/reactphp-socks) |
2 | 2 |
|
3 | 3 | Async SOCKS4, SOCKS4a and SOCKS5 proxy client and server implementation, built on top of [ReactPHP](http://reactphp.org).
|
4 | 4 |
|
@@ -235,9 +235,9 @@ $connector = new React\Socket\Connector($loop, array(
|
235 | 235 |
|
236 | 236 | HTTP operates on a higher layer than this low-level SOCKS implementation.
|
237 | 237 | 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). |
239 | 239 | 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). |
241 | 241 | This works for both plain HTTP and SSL encrypted HTTPS requests.
|
242 | 242 |
|
243 | 243 | #### Protocol version
|
@@ -973,13 +973,13 @@ MIT, see LICENSE
|
973 | 973 | [react/stream](https://github.com/reactphp/stream) component.
|
974 | 974 | * As an alternative to a SOCKS (SOCKS4/SOCKS5) proxy, you may also want to look into
|
975 | 975 | 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) |
977 | 977 | which also provides an implementation of the same
|
978 | 978 | [`ConnectorInterface`](https://github.com/reactphp/socket#connectorinterface)
|
979 | 979 | so that supporting either proxy protocol should be fairly trivial.
|
980 | 980 | * If you're dealing with public proxies, you'll likely have to work with mixed
|
981 | 981 | 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) |
983 | 983 | which allows retrying unreliable ones, implying connection timeouts,
|
984 | 984 | concurrently working with multiple connectors and more.
|
985 | 985 | * If you're looking for an end-user SOCKS server daemon, you may want to use
|
|
0 commit comments