PHPackages                             atipik/hoa-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. atipik/hoa-websocket-bundle

ActiveLibrary

atipik/hoa-websocket-bundle
===========================

1.0.0(6y ago)164.8k4[1 issues](https://github.com/Atipik/Hoa-WebSocket-Bundle/issues)MITPHPPHP &gt;=5.4

Since Jun 27Pushed 6y ago1 watchersCompare

[ Source](https://github.com/Atipik/Hoa-WebSocket-Bundle)[ Packagist](https://packagist.org/packages/atipik/hoa-websocket-bundle)[ RSS](/packages/atipik-hoa-websocket-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (4)Versions (2)Used By (0)

Atipik/HoaWebSocketBundle
=========================

[](#atipikhoawebsocketbundle)

[![Build Status](https://camo.githubusercontent.com/059a2512267479dca9d1dbfc658e6ea06a512d864b6022c7fa21d88afb540071/68747470733a2f2f7365637572652e7472617669732d63692e6f72672f41746970696b2f486f612d576562536f636b65742d42756e646c652e706e67)](http://travis-ci.org/Atipik/Hoa-WebSocket-Bundle)

This bundle allows you to use Hoa/Websocket/Server and Hoa/Websocket/Client into Symfony2.

With a simple configuration, you will be able to launch your WebSocket server

1. Installation
---------------

[](#1-installation)

### 1.1 Update your composer.json

[](#11-update-your-composerjson)

Add these lines to your require section:

```
{
    "require": {
        "atipik/hoa-websocket-bundle" : "1.*@dev"
    }
}
```

### 1.2 Install dependencies

[](#12-install-dependencies)

```
composer update
```

### 1.3 Update your AppKernel.php file

[](#13-update-your-appkernelphp-file)

```
