Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ipublikuj/websockets-wamp-client

Web sockets WAMPv1 client for Nette framework (2.4+)
https://github.com/ipublikuj/websockets-wamp-client

ipub ipublikuj nette nette-extension nette-framework php php7 php71 php72 wamp wamp-client wamp-protocol wamp-v1 websocket websocket-client websockets-wamp-client

Last synced: about 8 hours ago
JSON representation

Web sockets WAMPv1 client for Nette framework (2.4+)

Awesome Lists containing this project

README

        

# Web sockets WAMP v1 client

[![Build Status](https://img.shields.io/travis/iPublikuj/websockets-wamp-client.svg?style=flat-square)](https://travis-ci.org/iPublikuj/websockets-wamp-client)
[![Scrutinizer Code Coverage](https://img.shields.io/scrutinizer/coverage/g/iPublikuj/websockets-wamp-client.svg?style=flat-square)](https://scrutinizer-ci.com/g/iPublikuj/websockets-wamp-client/?branch=master)
[![Scrutinizer Code Quality](https://img.shields.io/scrutinizer/g/iPublikuj/websockets-wamp-client.svg?style=flat-square)](https://scrutinizer-ci.com/g/iPublikuj/websockets-wamp-client/?branch=master)
[![Latest Stable Version](https://img.shields.io/packagist/v/ipub/websockets-wamp-client.svg?style=flat-square)](https://packagist.org/packages/ipub/websockets-wamp-client)
[![Composer Downloads](https://img.shields.io/packagist/dt/ipub/websockets-wamp-client.svg?style=flat-square)](https://packagist.org/packages/ipub/websockets-wamp-client)
[![License](https://img.shields.io/packagist/l/ipub/websockets-wamp-client.svg?style=flat-square)](https://packagist.org/packages/ipub/websockets-wamp-client)

Extension for creating web sockets client using WAMP v1 protocol for [Nette Framework](http://nette.org/)

## Installation

The best way to install ipub/websockets-wamp-client is using [Composer](http://getcomposer.org/):

```sh
$ composer require ipub/websockets-wamp-client
```

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

```neon
extensions:
wampClient: IPub\WebSocketsWAMPClient\DI\WebSocketsWAMPClientExtension
```

## Documentation

Learn how to use smart confirmation dialogs in [documentation](https://github.com/iPublikuj/websockets-wamp-client/blob/master/docs/en/index.md).

***
Homepage [https://www.ipublikuj.eu](https://www.ipublikuj.eu) and repository [http://github.com/iPublikuj/websockets-wamp-client](http://github.com/iPublikuj/websockets-wamp-client).