Download the PHP package vijklimenko/message-bundle without Composer
On this page you can find all versions of the php package vijklimenko/message-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download vijklimenko/message-bundle
More information about vijklimenko/message-bundle
Files in vijklimenko/message-bundle
Package message-bundle
Short Description Provides user-to-user messaging features for your Symfony application.
License MIT
Homepage https://github.com/FriendsOfSymfony/FOSMessageBundle
Informations about the package message-bundle
FOSMessageBundle
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
Documentation for this bundle is stored under Resources/doc
in this repository.
Read the documentation for the last stable
Legacy (Symfony 2, or <=3.3)
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.4 (LTS) has been dropped in this bundle.
For more info, see the pull request that ultimately made the decision for us - https://github.com/FriendsOfSymfony/FOSMessageBundle/pull/340
If using versions older than Symfony3.4 (LTS), make sure to use version 1.3 of this bundle.
https://github.com/FriendsOfSymfony/FOSMessageBundle/tree/v1.3.0
License
This bundle is under the MIT license. See the complete license in the bundle:
All versions of message-bundle with dependencies
doctrine/collections Version ^1.3
symfony/form Version ^3.4|^4.0
symfony/framework-bundle Version ^3.4|^4.0
symfony/security Version ^3.4|^4.0
symfony/twig-bundle Version ^3.4|^4.0