Skip to content

ipublikuj/websockets-zmq

Repository files navigation

WebSockets ZeroMQ

Build Status Scrutinizer Code Coverage Scrutinizer Code Quality Latest Stable Version Composer Downloads License

Extension for implementing ZeroMQ pusher & consumer into ipub/websockets-wamp

Installation

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

$ composer require ipub/websockets-zmq

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

extensions:
	webSocketsZMQ: IPub\WebSocketsZMQ\DI\WebSocketsZMQExtension

Documentation

Learn how to create WebSockets pusher & consumer in documentation.


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