This bundle provides messaging features for a Symfony application. Features available include:
- Support for both the Doctrine ORM and ODM for message storage
- Threaded conversations
- Spam detection support
- Soft deletion of threads
- Permissions for messaging.
Documentation for this bundle is stored under Resources/doc
in this repository.
Read the documentation for the last stable (2.0)
Due to difficulties in CI testing, deprecation of the Controller
class and the deprecation coming November of this year (2019) support for anything older than Symfony3.3 has been dropped in this bundle.
For more info, see the pull request that ultimately made the decision for us - #340
If using versions older than Symfony3.3, make sure to use version 1.3 of this bundle.
https://github.com/FriendsOfSymfony/FOSMessageBundle/tree/v1.3.0
When using composer, tag it as such but otherwise install as per the 1.3 docs:
composer require friendsofsymfony/message-bundle:1.3.0
This bundle is under the MIT license. See the complete license in the bundle:
Resources/meta/LICENSE