ipub/websockets-wamp

Extension for implementing WAMP protocol into ipub/websockets server

Maintainers

Package info

github.com/ipublikuj/websockets-wamp

Homepage

Issues

Language:JavaScript

pkg:composer/ipub/websockets-wamp

Statistics

Installs: 33 863

Dependents: 8

Suggesters: 0

Stars: 3

v1.4.3 2024-06-19 20:10 UTC

This package is auto-updated.

Last update: 2026-02-19 23:44:22 UTC


README

Build Status Licence Code coverage

PHP Downloads total Latest stable PHPStan

Extension for implementing WAMP protocol into ipub/websockets

Installation

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

$ composer require ipub/websockets-wamp

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

extensions:
	webSocketsWAMP: IPub\WebSocketsWAMP\DI\WebSocketsWAMPExtension

Documentation

Learn how to create WAMP application & integrate it into websockets in documentation.

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