PHPackages                             antidot-fw/react-socket-server - 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. [PSR &amp; Standards](/categories/psr-standards)
4. /
5. antidot-fw/react-socket-server

ActiveLibrary[PSR &amp; Standards](/categories/psr-standards)

antidot-fw/react-socket-server
==============================

Anti.Framework WAMP protocol based react socket server

1.x-dev(6y ago)00BSD-2-ClausePHPPHP ^7.2.13CI failing

Since Jul 27Pushed 5y ago1 watchersCompare

[ Source](https://github.com/antidot-framework/react-socket-server)[ Packagist](https://packagist.org/packages/antidot-fw/react-socket-server)[ RSS](/packages/antidot-fw-react-socket-server/feed)WikiDiscussions 1.x.x Synced 4d ago

READMEChangelogDependencies (8)Versions (1)Used By (0)

Antidot React PHP Socket Server
===============================

[](#antidot-react-php-socket-server)

[![Scrutinizer Code Quality](https://camo.githubusercontent.com/f19e1543d1af519dc915ecfec27a9ada19e0f09d67160aff180491db269219bb/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f616e7469646f742d6672616d65776f726b2f72656163742d736f636b65742d7365727665722f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/antidot-framework/react-socket-server/?branch=master)[![Code Coverage](https://camo.githubusercontent.com/cc9258524232d2a28cd47ea13a336781f13fd0b168f16529f73d81bc2884e67f/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f616e7469646f742d6672616d65776f726b2f72656163742d736f636b65742d7365727665722f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/antidot-framework/react-socket-server/?branch=master)[![Build Status](https://camo.githubusercontent.com/a3c79f7b9ff1ab163806d00be6db900bdd3f70dcef396e7f3232cd6b3385aa73/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f616e7469646f742d6672616d65776f726b2f72656163742d736f636b65742d7365727665722f6261646765732f6275696c642e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/antidot-framework/react-socket-server/build-status/master)[![Code Intelligence Status](https://camo.githubusercontent.com/6d97d8e017f87fa5a978b13f66b515739c115e01c63ee5789cb583e3d93f432b/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f616e7469646f742d6672616d65776f726b2f72656163742d736f636b65742d7365727665722f6261646765732f636f64652d696e74656c6c6967656e63652e7376673f623d6d6173746572)](https://scrutinizer-ci.com/code-intelligence)

Adapter that allows running a [WAMP protocol](https://wamp-proto.org) [socket server](http://socketo.me/docs/wamp) in [Antidot Framework Applications](https://github.com/antidot-framework/antidot-starter).

Installation:
-------------

[](#installation)

Using [composer package manager](https://getcomposer.org/download/)

```
composer require antidot-fw/react-socket-server:dev-master
```

We have to add the config provider to the framework configuration to load the necessary dependencies, we make sure to load it after the provider of the framework itself.

```
