php-react-socket - 1.1.0-1
                
                    main
                
            
         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.