Skip to content

ipublikuj/websockets-wamp-client

Repository files navigation

Web sockets WAMP v1 client

Build Status Scrutinizer Code Coverage Scrutinizer Code Quality Latest Stable Version Composer Downloads License

Extension for creating web sockets client using WAMP v1 protocol for Nette Framework

Installation

The best way to install ipub/websockets-wamp-client is using Composer:

$ composer require ipub/websockets-wamp-client

After that you have to register extension in config.neon.

extensions:
	wampClient: IPub\WebSocketsWAMPClient\DI\WebSocketsWAMPClientExtension

Documentation

Learn how to use smart confirmation dialogs in documentation.


Homepage https://www.ipublikuj.eu and repository http://github.com/iPublikuj/websockets-wamp-client.