tasoft / socket-server
v0.8.7
2022-04-20 09:58 UTC
Requires
- php: >=7.2
- ext-json: *
- ext-pcntl: *
- ext-sockets: *
- tasoft/collection: ^1.0
Requires (Dev)
- phpunit/phpunit: ^9
README
A simple library to develop an application which is able to communicate over sockets with other processes.
The library contains classes for tcp and unix socket servers.