php-react-socket

Asynchronous client and server socket connections for ReactPHP

Description

This library implements asynchronous TCP/IP client and server connections for ReactPHP, both plaintext and TLS-secured.

The socket library provides re-usable interfaces for a socket-layer server and client based on the EventLoop and Stream components. Its server component allows one to build networking servers that accept incoming connections from networking clients (such as an HTTP server). Its client component allows one to build networking clients that establish outgoing connections to networking servers (such as an HTTP or database client). This library provides async, streaming means for all of this, so you can handle multiple concurrent connections without blocking.

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

https://github.com/reactphp/socket


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install php-react-socket