Download the PHP package cunningsoft/chat-bundle without Composer
On this page you can find all versions of the php package cunningsoft/chat-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download cunningsoft/chat-bundle
More information about cunningsoft/chat-bundle
Files in cunningsoft/chat-bundle
Package chat-bundle
Short Description A chat bundle for Symfony2
License MIT
Homepage https://github.com/dmecke/ChatBundle
Informations about the package chat-bundle
Installation
-
Add the following to your
composer.json
file: -
Run
composer update cunningsoft/chat-bundle
to install the new dependencies. -
Register the new bundle in your
AppKernel.php
: (note, that you also need to add the KnpTimeBundle here) -
Let your user entity implement the
Cunningsoft\ChatBundle\Entity\AuthorInterface
: -
Map the interface to your user entity in your
config.yml
: -
Update your database schema:
-
Configure the chat bundle:
-
Import routes:
- Render the chat in your template:
Changelog
-
0.5 (master) Support for newer Symfony versions
-
0.4 Upgrade to Symfony 2.3. - dropped support for Symfony 2.2.
-
0.3 Included "Cunningsoft" into the namespace to avoid conflicts
-
0.2 Upgrade to Symfony 2.2. - dropped support for Symfony 2.1.
- 0.1 First working version. Support for Symfony 2.1.*
Notes
Please also visit my Open Source Browsergame Project Open Soccer Star.
All versions of chat-bundle with dependencies
doctrine/orm Version >=2.2.0
knplabs/knp-time-bundle Version 1.3