Skip to content

Repository files navigation

FOSChatBundle

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

Build Status Total Downloads Latest Stable Version

Documentation

https://github.com/DavidPetrasek/ChatBundle/blob/main/docs/00-index.md

How to test

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

About

Provides user-to-user messaging features for your Symfony application.

Topics

Resources

Contributing

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages