Skip to content

grandchef/php-socket-io-event-emitter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GrandChef Socket.IO Client

Biblioteca de conexão com socket.io

php composer require grandchef/php-socket-io-event-emitter

Exemplo

$client = new SocketIO('beta.grandchef.com.br', 443, '/ws/?EIO=4');
$client->connect();
$client->emit('sync', ['source' => 'order']);
$client->close();

About

PHP client for socket.io (websocket client)

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 92.6%
  • JavaScript 7.4%