PHPackages                             tiitoo/symfony3-nodesjssocket - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. tiitoo/symfony3-nodesjssocket

ActiveSymfony-bundle[HTTP &amp; Networking](/categories/http)

tiitoo/symfony3-nodesjssocket
=============================

A symfony package bundle for Node.Js event-driven socket application.

1.0.12(11y ago)013MITPHPPHP &gt;=5.2.0

Since Jan 28Pushed 8y ago1 watchersCompare

[ Source](https://github.com/TiiToo/symfony2-nodesocket)[ Packagist](https://packagist.org/packages/tiitoo/symfony3-nodesjssocket)[ RSS](/packages/tiitoo-symfony3-nodesjssocket/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependencies (1)Versions (12)Used By (0)

Installation
============

[](#installation)

Introduction
------------

[](#introduction)

Bundle provides to emiting an events as live application and non-blocking javascript server and PHP emiters. Based on node.js, socket.io and elephant.io. Integrated packages with other vendor packages are included and binded to bundle.

Disclaimer
----------

[](#disclaimer)

A bundle is origin from yii-node-socket extension on [YiiNodeSocket](http://www.yiiframework.com/extension/yii-node-socket/)and is rewriten for Symfony bundle package. Some of components are from orignal vendors such as socket.io, elephant.io, node.js and libraries from YiiNodeSocket.

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

[](#prerequisites)

- PHP 5.2
- Symfony 2.6
- Nodejs package
- jQuery CDN

Install nodejs package on your system. Then find path of node and bind with node command. Find a node on a system:

```
$ which node
```

Step 1: Download the Bundle
---------------------------

[](#step-1-download-the-bundle)

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

```
$ composer require reactorcoder/symfony2-nodesocket "~1"
```

This command requires you to have Composer installed globally, as explained in the [installation chapter](https://getcomposer.org/doc/00-intro.md)of the Composer documentation.

Step 2: Enable the Bundle
-------------------------

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

Activate a bundle by adding a follow bundle into AppKernel: `app/AppKernel.php`file of your project:

```
