Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

  1. Clone/download this repo

  2. Add to your composer.json:

"repositories": [
    {
        "type": "path",
        "url": "/abs/path/to/cloned/repo/ChatBundle",
        "options": 
        {
            "symlink": true
        }
    }
]
  1. Run: composer req davidpetrasek/chat-bundle @dev

About

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

Topics

Resources

Contributing

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages