ipub/websockets-wamp-client

Web sockets WAMPv1 client

v0.1.2 2018-09-14 20:54 UTC

This package is auto-updated.

Last update: 2024-04-10 19:30:54 UTC


README

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.