fastybird / ws-server-plugin
FastyBird WS server plugin
Installs: 151
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:plugin
Requires
- php: >=8.0.0|>=8.1.0
- cweagans/composer-patches: ^1.7
- fastybird/exchange: ^0.56
- fastybird/metadata: ^0.73
- fastybird/socket-server-factory: ^0.5
- ipub/websockets-wamp: ^1.4
- nette/bootstrap: ^3.1
- nette/di: ^3.0
- nette/utils: ^3.2
- psr/event-dispatcher: ^1.0
- psr/log: ^1.1|^3.0
- symfony/console: ^5.0
- symfony/event-dispatcher: ^5.4
Requires (Dev)
- mockery/mockery: ^1.4
- ninjify/nunjuck: ^0.3
- ninjify/qa: ^0.13
- pds/skeleton: ^1.0
- phpstan/extension-installer: ^1.1
- phpstan/phpstan: ^1.8
- phpstan/phpstan-deprecation-rules: ^1.0
- phpstan/phpstan-nette: ^1.0
- phpstan/phpstan-strict-rules: ^1.1
- tracy/tracy: ^2.9
- dev-master
- v0.23.0
- v0.22.0
- v0.21.0
- v0.20.0
- v0.19.0
- v0.18.0
- v0.17.0
- v0.16.0
- v0.15.0
- v0.14.0
- v0.13.0
- v0.12.0
- v0.11.0
- v0.10.0
- v0.9.0
- v0.8.0
- v0.7.0
- v0.6.0
- v0.5.0
- v0.4.0
- v0.3.0
- v0.2.17
- v0.2.16
- v0.2.15
- v0.2.14
- v0.2.13
- v0.2.12
- v0.2.11
- v0.2.10
- v0.2.9
- v0.2.8
- v0.2.7
- v0.2.6
- v0.2.5
- v0.2.4
- v0.2.3
- v0.2.2
- v0.2.1
- v0.2.0
- v0.1.3
- v0.1.2
- v0.1.1
- v0.1.0
- v0.0.11
- v0.0.10
- v0.0.9
- v0.0.8
- v0.0.7
- v0.0.6
- v0.0.5
- v0.0.4
- v0.0.3
- v0.0.1
This package is auto-updated.
Last update: 2022-08-10 07:48:12 UTC
README
What is FastyBird WS server plugin?
This is a plugin for FastyBird IoT ecosystem which is implementing websockets WAMPv1 server based on iPbulikuj WAMP server
Features
- Built-in server command for running standalone server
- WAMP v1 pub/sub and RPC implemented via event system
- Simple broadcast publisher
Installation
The best way to install fastybird/ws-server-plugin is using Composer:
$ composer require fastybird/ws-server-plugin
Documentation
Learn how to connect & call RPC messages in documentation.
Homepage https://www.fastybird.com and repository https://github.com/FastyBird/ws-server-plugin.