PHPackages                             leobenoist/socket-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. leobenoist/socket-bundle

AbandonedArchivedSymfony-bundle

leobenoist/socket-bundle
========================

Symfony LeobenoistSocketBundle

25PHP

Since Jul 4Pushed 11y ago1 watchersCompare

[ Source](https://github.com/LeoBenoist/SocketBundle)[ Packagist](https://packagist.org/packages/leobenoist/socket-bundle)[ RSS](/packages/leobenoist-socket-bundle/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependenciesVersions (1)Used By (0)

Getting Started With LeoBenoist SocketBundle
============================================

[](#getting-started-with-leobenoist-socketbundle)

A bundle to mange Socket.Io on Symfony 2 with less javascript as possible.

Be Advice this bundle is in developement. Do not use in production.

Prerequisites
-------------

[](#prerequisites)

```
Symfony 2.1+
FOSUserBundle
NodeJS (no knowledge required)

```

Supported browsers
------------------

[](#supported-browsers)

Desktop

```
Internet Explorer 5.5+
Safari 3+
Google Chrome 4+
Firefox 3+
Opera 10.61+

```

Mobile

```
iPhone Safari
iPad Safari
Android WebKit
WebOs WebKit

```

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

[](#installation)

Installation is a quick 3 step process:

1. Download LeoBenoistSocketBundle using composer
2. Enable the Bundle
3. Configure your config.yml

### Step 1: Download SocketBundle using composer

[](#step-1-download-socketbundle-using-composer)

Add SocketBundle in your composer.json:

```
{
    "require": {
        "leobenoist/socketbundle": "dev-master"
    }
}
```

Now tell composer to download the bundle by running the command:

```
$ php composer.phar update leobenoist/socketbundle
```

### Step 2: Enable the bundle

[](#step-2-enable-the-bundle)

Enable the bundle in the kernel:

```
