2017 © Pedro Peláez
 

library thruway-subscription-meta

Subscription Meta Module for Thruway library

image

voryx/thruway-subscription-meta

Subscription Meta Module for Thruway library

  • Tuesday, December 19, 2017
  • by mbonneau
  • Repository
  • 3 Watchers
  • 1 Stars
  • 352 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 1 Open issues
  • 2 Versions
  • 357 % Grown

The README.md

  • Thruway Subscription Meta Module

This is a module for the Thruway router that provides subscription meta events., (*1)

This module only implements the events portion of the spec., (*2)

This module does not group subscriptions. Every subscription will cause a on_create and on_subscribe event., (*3)

  • Use

The module can be added to the router to provide meta events for all realms:, (*4)

$router = new Router();
$router->registerModules([
    new RatchetTransportProvider(),
    new SubscriptionMetaModule()
]);

$router->start();

or as a realm module to provide meta events on individual realms:, (*5)

$router = new Router();
$router->registerModules([
    new RatchetTransportProvider()
]);

$realm = $router->getRealmManager()->getRealm('some_realm');
$realm->addModule(new SubscriptionMetaModule());

$router->start();

The Versions

19/12 2017

dev-master

9999999-dev

Subscription Meta Module for Thruway library

  Sources   Download

MIT

The Requires

 

The Development Requires

by Matt Bonneau
by David Dan

subscription wamp wamp2 thruway

19/12 2017

0.2.0

0.2.0.0

Subscription Meta Module for Thruway library

  Sources   Download

MIT

The Requires

 

The Development Requires

by Matt Bonneau
by David Dan

subscription wamp wamp2 thruway