This bundle provides chat features for a Symfony application. Features available include:
- Support for both the Doctrine ORM and ODM (not yet) for message storage
- Threaded conversations
- Spam detection support
- Soft deletion of threads and messages
- Permissions for messaging
https://github.com/DavidPetrasek/ChatBundle/blob/main/docs/00-index.md
-
Clone/download this repo
-
Add to your
composer.json:
"repositories": [
{
"type": "path",
"url": "/abs/path/to/cloned/repo/ChatBundle",
"options":
{
"symlink": true
}
}
]- Run:
composer req davidpetrasek/chat-bundle @dev


