PHPackages                             cunningsoft/chat-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. [Framework](/categories/framework)
4. /
5. cunningsoft/chat-bundle

ActiveSymfony-bundle[Framework](/categories/framework)

cunningsoft/chat-bundle
=======================

A chat bundle for Symfony2

0.4(11y ago)158.1k13[10 issues](https://github.com/dmecke/ChatBundle/issues)MITPHP

Since Dec 8Pushed 8y ago6 watchersCompare

[ Source](https://github.com/dmecke/ChatBundle)[ Packagist](https://packagist.org/packages/cunningsoft/chat-bundle)[ Docs](https://github.com/dmecke/ChatBundle)[ RSS](/packages/cunningsoft-chat-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (3)Versions (7)Used By (0)

[![Build Status](https://camo.githubusercontent.com/e963b0a17df24741f99023e8b46795fd928ce373e92ae444add9baef244702a1/68747470733a2f2f7472617669732d63692e6f72672f646d65636b652f4368617442756e646c652e737667)](https://travis-ci.org/dmecke/ChatBundle)

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

[](#installation)

1. Add the following to your `composer.json` file:

    ```
    // composer.json
    {
        // ...
        require: {
            // ...
            "cunningsoft/chat-bundle": "0.5.*"
        }
    }
    ```
2. Run `composer update cunningsoft/chat-bundle` to install the new dependencies.
3. Register the new bundle in your `AppKernel.php`: (note, that you also need to add the KnpTimeBundle here)

    ```
