Jacked PHP by Savio Resende
This is a sample WebSocket Server-Side Client that connects to the WebSocker server here: https://github.com/Jacked-PHP/sample-websocket-server
Step 1
Install dependencies:
composer install
Step 2
Start Client:
php client.php
Step 3
Observe that whenever another client messages "hello", this bot messages the whole channel "hello (from the bot)".