Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 1 month ago
JSON representation
Web sockets WAMPv1 client for Nette framework (2.4+)
- Host: GitHub
- URL: https://github.com/ipublikuj/websockets-wamp-client
- Owner: ipublikuj
- License: other
- Created: 2018-05-11T22:03:03.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-09-14T20:55:50.000Z (over 6 years ago)
- Last Synced: 2024-11-13T14:51:44.792Z (3 months ago)
- Topics: ipub, ipublikuj, nette, nette-extension, nette-framework, php, php7, php71, php72, wamp, wamp-client, wamp-protocol, wamp-v1, websocket, websocket-client, websockets-wamp-client
- Language: PHP
- Homepage:
- Size: 19.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: license.md
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).