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: 19 days 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 (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-14T20:55:50.000Z (over 6 years ago)
- Last Synced: 2025-02-15T03:14:10.043Z (2 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
[](https://travis-ci.org/iPublikuj/websockets-wamp-client)
[](https://scrutinizer-ci.com/g/iPublikuj/websockets-wamp-client/?branch=master)
[](https://scrutinizer-ci.com/g/iPublikuj/websockets-wamp-client/?branch=master)
[](https://packagist.org/packages/ipub/websockets-wamp-client)
[](https://packagist.org/packages/ipub/websockets-wamp-client)
[](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).