PHPackages                             rollandrock/websocket-bundle - 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. [API Development](/categories/api)
4. /
5. rollandrock/websocket-bundle

ActiveSymfony-bundle[API Development](/categories/api)

rollandrock/websocket-bundle
============================

Ratchet abstraction for Symfony 4

3156[1 PRs](https://github.com/pierrerolland/websocket-bundle/pulls)PHP

Since Jan 8Pushed 7y agoCompare

[ Source](https://github.com/pierrerolland/websocket-bundle)[ Packagist](https://packagist.org/packages/rollandrock/websocket-bundle)[ RSS](/packages/rollandrock-websocket-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Simple Symfony 4 websocket bundle
=================================

[](#simple-symfony-4-websocket-bundle)

This small bundle is a Ratchet abstraction for Symfony 4. Just create message handlers and your server is set.

Installation
------------

[](#installation)

Open a command console, enter your project directory and execute:

```
$ composer require rollandrock/websocket-bundle
```

Create handlers
---------------

[](#create-handlers)

Create services implementing `HandlerInterface`:

```
