Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 1.78 KB

README.md

File metadata and controls

34 lines (23 loc) · 1.78 KB

WebSockets WAMP

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.