PHPackages                             firediy/private-message-bundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. firediy/private-message-bundle

ActiveSymfony-bundle[Utility &amp; Helpers](/categories/utility)

firediy/private-message-bundle
==============================

Symfony FDPrivateMessageBundle

173[2 issues](https://github.com/lobodol/FireDIY-PrivateMessageBundle/issues)PHP

Since Aug 24Pushed 8y agoCompare

[ Source](https://github.com/lobodol/FireDIY-PrivateMessageBundle)[ Packagist](https://packagist.org/packages/firediy/private-message-bundle)[ RSS](/packages/firediy-private-message-bundle/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

FDPrivateMessageBundle
======================

[](#fdprivatemessagebundle)

[![Build Status](https://camo.githubusercontent.com/a831405022c9c7eac712f07f93265230b63ef8d1d7c2397c991b2d981f5f6027/68747470733a2f2f7472617669732d63692e6f72672f6c6f626f646f6c2f466972654449592d507269766174654d65737361676542756e646c652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/lobodol/FireDIY-PrivateMessageBundle)[![Coverage Status](https://camo.githubusercontent.com/ae62bbdc5170ca6239d408fd4e748b3f7ed3dd39962eafa7ccdb985404c5458d/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f6c6f626f646f6c2f466972654449592d507269766174654d65737361676542756e646c652f62616467652e7376673f6272616e63683d6d6173746572)](https://coveralls.io/github/lobodol/FireDIY-PrivateMessageBundle?branch=master)[![Total Downloads](https://camo.githubusercontent.com/540fe7fd05803113b4826958b00cd2bb89c47ef7cbcf1b485b4fd776700cbaef/68747470733a2f2f706f7365722e707567782e6f72672f666972656469792f707269766174652d6d6573736167652d62756e646c652f646f776e6c6f6164732e737667)](https://packagist.org/packages/firediy/private-message-bundle)[![SensioLabsInsight](https://camo.githubusercontent.com/623e364e09ac0c2477b7cabe633a0826ed7e9ab761138bf8c313196648fb0349/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f37366636376333632d663631302d346533662d626139632d6663653831656637333836392f6d696e692e706e67)](https://insight.sensiolabs.com/projects/76f67c3c-f610-4e3f-ba9c-fce81ef73869)

This bundle provides a conversation system to your users.

[![knpbundles.com](https://camo.githubusercontent.com/ebc6e93efe9a3a79e151d27c1fda501ed302c95e317e58951c6b1c43e35f2b85/687474703a2f2f6b6e7062756e646c65732e636f6d2f6c6f626f646f6c2f466972654449592d507269766174654d65737361676542756e646c652f62616467652d73686f7274)](http://knpbundles.com/lobodol/FireDIY-PrivateMessageBundle)

Requirements
============

[](#requirements)

- Symfony &gt;= 2.8
- A user class implementing `Symfony\Component\Security\Core\User\UserInterface`

Translations
============

[](#translations)

If you wish to use default texts provided in this bundle, you have to make sure you have translator enabled in your config.

```
# app/config/config.yml
framework:
    translator: ~
```

Installation
============

[](#installation)

Step 1: Download FDPrivateMessageBundle using composer
------------------------------------------------------

[](#step-1-download-fdprivatemessagebundle-using-composer)

Require the bundle with composer:

```
composer require firediy/private-message-bundle dev-master

```

Step 2: Enable the bundle
-------------------------

[](#step-2--enable-the-bundle)

Enable the bundle in the kernel:

```
