PHPackages                             venzon/clank-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. venzon/clank-bundle

AbandonedSymfony-bundle[Utility &amp; Helpers](/categories/utility)

venzon/clank-bundle
===================

Symfony ClankBundle

0.1.6(12y ago)02.3kMITPHPPHP &gt;=5.3.2

Since Feb 1Pushed 11y ago1 watchersCompare

[ Source](https://github.com/Venzon/ClankBundle)[ Packagist](https://packagist.org/packages/venzon/clank-bundle)[ Docs](https://github.com/JDare/ClankBundle)[ RSS](/packages/venzon-clank-bundle/feed)WikiDiscussions master Synced 1w ago

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

ClankBundle
===========

[](#clankbundle)

About
-----

[](#about)

Clank is a Symfony2 Bundle designed to bring together WebSocket functionality in a easy to use application architecture.

Much like Socket.IO it provides both server side and client side code ensuring you have to write as little as possible to get your app up and running.

Powered By [Ratchet](http://socketo.me) and [Autobahn JS](http://autobahn.ws/js), with [Symfony2](http://symfony.com/)

Resources
---------

[](#resources)

- [Installation Instructions](#installation-instructions)
- [Client Javascript](Resources/docs/ClientSetup.md)
- [Server Side of RPC](Resources/docs/RPCSetup.md)
- [PubSub Topic Handlers](Resources/docs/TopicSetup.md)
- [Periodic Services](Resources/docs/PeriodicSetup.md)(functions to be run every x seconds with the IO loop.)
- [Session Management](Resources/docs/SessionSetup.md)
- [Clank Server Events](Resources/docs/ClankEvents.md)

Code Cookbook
-------------

[](#code-cookbook)

- [Sharing Config between Server and Client](Resources/docs/code/SharingConfig.md)

Sample Projects
---------------

[](#sample-projects)

- [Clank Chat](http://clankchat.tabletopr.com) ([View Source](https://github.com/JDare/ClankChatBundle)) This is a simple chat room site where a user can join any channel and chat to people there.

Installation Instructions
-------------------------

[](#installation-instructions)

\###Step 1: Install via composer Add the following to your composer.json

```
{
    "require": {
        "jdare/clank-bundle": "0.1.*"
    }
}
```

Then update composer to install the new packages:

```
php composer.phar update
```

\###Step 2: Add to your App Kernel

```
