PHPackages                             jdare/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. jdare/clank-bundle

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

jdare/clank-bundle
==================

Symfony ClankBundle

0.1.6(12y ago)130981.4k↓50%30[14 issues](https://github.com/JDare/ClankBundle/issues)[6 PRs](https://github.com/JDare/ClankBundle/pulls)1MITPHPPHP &gt;=5.3.2

Since Feb 1Pushed 9y ago11 watchersCompare

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

READMEChangelog (1)Dependencies (2)Versions (7)Used By (1)

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

```
