Registry / networking / voryx-thruway

voryx-thruway

JSON →
library0.6.1phppackagistunverified

Thruway WAMP router core

composer require voryx/thruway
INSTALL
IMPORT
SIG · VORYX-THRUWAY
V
voryx-thruway
networkingphpv0.6.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Router
use Thruway\Peer\Router;

Starts a WAMP router on localhost port 9090.

use Thruway\Peer\Router; use Thruway\Transport\RatchetTransportProvider; $router = new Router(); $router->addTransportProvider(new RatchetTransportProvider('127.0.0.1', 9090)); $router->start();
Debug
Known issues
gotchaRequires ReactPHP event loop to be running.
fix
Ensure you have a ReactPHP event loop (e.g., React\EventLoop\Loop) running before starting the router.
affects: >=0.5.0
Upgrade
Version history
0.6.1latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
41 hits · last 30 days
node
36
OpenAI (training)
1
Resources
voryx-thruway — pip install voryx-thruway · libregistry