fastartconsulting / websocket-bundle
FastArtConsulting Symfony WebCocketBundle
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 0
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- ext-mongo: *
- voryx/thruway-bundle: ^0.4.1
This package is auto-updated.
Last update: 2025-03-29 00:36:26 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.