Skip to content
/ huie Public

Laravel huie client package for socket-huie.io

Notifications You must be signed in to change notification settings

fgunz07/huie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

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);
Note: room is the HUIE_APP_KEY so pass the HUEI_APP_KEY to broadcast function.

About

Laravel huie client package for socket-huie.io

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages