Skip to content

Websocket client for API Gateway Websockets

License

Notifications You must be signed in to change notification settings

brefphp/api-gateway-websocket-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Websocket client for API Gateway Websockets.

Use this library when building websocket APIs with Bref.

Installation

composer require bref/api-gateway-websocket-client

Usage

$client = \Bref\ApiGatewayWebsocket\SimpleWebsocketClient::create($apiId, 'us-east-1', 'default');

$client->message($connectionId, 'Hello world!');

About

Websocket client for API Gateway Websockets

Resources

License

Contributing

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published

Contributors 2

  •  
  •  

Languages