fgunz07 / huie
There is no license information available for the latest version (dev-master) of this package.
dev-master
2019-12-27 05:44 UTC
Requires
- predis/predis: ^1.1
This package is auto-updated.
Last update: 2026-03-27 19:45:31 UTC
README
Laravel Huie client
To install using composer
composer require fgunz07/huie
To use this package
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);