To install using composer
composer require fgunz07/huie
Open .env
create HUIE_APP_KEY
, you can get your app key on the service we provided.
To broadcast just use Fgunz07\Huie\HuieClient
.
use Fgunz07\Huie\HuieClient;
HuieClient::broadcast(room, channel, data);