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
- You might need to fork this repo before and then swap the url below
- Add the following to your composer.json:
"repositories": [
{
"type": "vcs",
"url": "git@github.com:DavidPetrasek/ChatBundle.git"
}
]- Run:
composer req davidpetrasek/chat-bundle @dev


