fgunz07/huie

There is no license information available for the latest version (dev-master) of this package.

Maintainers

Details

github.com/fgunz07/huie

Source

Issues

Installs: 17

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:package

dev-master 2019-12-27 05:44 UTC

This package is auto-updated.

Last update: 2024-04-27 15:42:30 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);
Note: room is the HUIE_APP_KEY so pass the HUEI_APP_KEY to broadcast function.