fastartconsulting/websocket-bundle

FastArtConsulting Symfony WebCocketBundle

dev-master 2019-04-02 07:25 UTC

This package is auto-updated.

Last update: 2024-03-29 03:51:28 UTC


README

WebSocketBundle v1.0 STABLE

This bundle provides a configuration for WebSocket

Integrated with:

  • mongodb
  • voryx/thruway-bundle

Documentation

  • Setup
  • Configuration

Setup

  • A) Download the Bundle

Open a command console, enter your project directory and execute the following command to download the latest stable version of this package:

composer require fastartconsulting/websocket-bundle

  • B) Add Bundles in AppKernel.php

Open the file AppKernel.php located inside /app folder and add the following lines:

new Voryx\ThruwayBundle\VoryxThruwayBundle($this)

Configuration

  • Run Server and Enjoy ;)

Our integrations

License

This bundle is under the MIT license.

websocket-bundle