Skip to content

Latest commit

 

History

History
55 lines (37 loc) · 1.81 KB

File metadata and controls

55 lines (37 loc) · 1.81 KB

FOSMessageBundle

Build Status

The FOSMessageBundle provides user-to-user messaging features for Symfony2 applications. It is an implementation of the FOSMessage library.

It provides a flexible framework for messaging management that aims to handle common tasks of messaging systems.

Features include:

  • Messages can be stored via Doctrine ORM (ODM comming soon)
  • Threaded conversations with inbox, sentbox and deletedbox
  • Multiple participants conversations option
  • Permissions for messaging
  • Integration with FOSUserBundle for user chooser
  • Integration with KnpPaginatorBundle for easy pagination
  • Integration with Bootstrap3 (theme provided)

Documentation

The documentation is stored in the Resources/doc/ directory in this bundle:

Read the Documentation

Installation

All the installation instructions are located in the documentation.

License

This bundle is under the MIT license. See the complete license in the bundle:

Resources/meta/LICENSE

Authors

Contributing

All contributions are very welcomed and everyone can contribute (code, translations, documentation, community, ...). Please don't hesitate to share your knowledge!

All the informations that could help you to find how you could contribute are present in the CONTRIBUTE.md file.