Download the PHP package thruster/socket without Composer
On this page you can find all versions of the php package thruster/socket. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download thruster/socket
More information about thruster/socket
Files in thruster/socket
Package socket
Short Description Thruster Socket Component
License MIT
Homepage https://thruster.io
Informations about the package socket
Socket Component
[]
(https://github.com/ThrusterIO/socket/releases)
[
]
(LICENSE)
[
]
(https://travis-ci.org/ThrusterIO/socket)
[
]
(https://scrutinizer-ci.com/g/ThrusterIO/socket)
[
]
(https://scrutinizer-ci.com/g/ThrusterIO/socket)
[
]
(https://packagist.org/packages/thruster/socket)
[]
(mailto:[email protected])
The Thruster Socket Component.
Library for building an evented socket server.
The socket component provides a more usable interface for a socket-layer
server or client based on the EventLoop
and Stream
components.
Server
The server can listen on a port and will emit a connection
event whenever a
client connects.
Connection
The Connection
is a readable and writable Stream
.
The incoming connection represents the server-side end of the connection.
It MUST NOT be used to represent an outgoing connection in a client-side context.
If you want to establish an outgoing connection,
use the SocketClient
component instead.
Install
Via Composer
Usage
Here is a server that closes the connection if you send it anything.
You can change the host the socket is listening on through a second parameter provided to the listen method:
Testing
Contributing
Please see CONDUCT for details.
License
Please see License File for more information.
All versions of socket with dependencies
thruster/stream Version ~1.0
thruster/event-loop Version ~1.0
thruster/event-emitter Version ~1.0