for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Asiries335\redisSteamPhp\Listeners;
class DemoListener implements ListenerInterface
{
public function handle($payload) {
echo 'привет я DemoListener - ' . $payload;
}