PHPackages                             bdk/wamp-publisher - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [HTTP &amp; Networking](/categories/http)
4. /
5. bdk/wamp-publisher

ActiveLibrary[HTTP &amp; Networking](/categories/http)

bdk/wamp-publisher
==================

WAMP (Web Application Messaging Protocol) client to publish messages to router

v1.0(8y ago)03.7k↓78.5%1MITPHP

Since Oct 6Pushed 1y ago1 watchersCompare

[ Source](https://github.com/bkdotcom/WampPublisher)[ Packagist](https://packagist.org/packages/bdk/wamp-publisher)[ Docs](http://github.com/bkdotcom/WampPublisher)[ RSS](/packages/bdk-wamp-publisher/feed)WikiDiscussions master Synced today

READMEChangelog (1)Dependencies (1)Versions (2)Used By (1)

Wamp﻿Publisher
==============

[](#wamppublisher)

Push messages to a [WAMP (Web Application Messaging Protocol)](http://wamp-proto.org/) router

Wamp Publisher only implements the publish portion of the WAMP protocol. It does NOT implement Remote Procedure Calls or Subscribe.

Use it in your script/application to implement logging, notifications, or perform live website updates. (see some WAMP examples on [crossbar.io](https://demo.crossbar.io/))

> WampPublisher is built on the websocket client [textalk/websocket-php](https://github.com/textalk/websocket-php)

### Installation

[](#installation)

Download Composer (if not already installed) [more info](https://getcomposer.org/doc/00-intro.md#downloading-the-composer-executable)

```
$ curl -sS https://getcomposer.org/installer | php

```

Require WampPublisher (and it's dependency) in your project

```
$ php composer.phar require bdk/wamp-publisher

```

Everything is now good to go.

### Usage Example

[](#usage-example)

```
