PHPackages                             cunningsoft/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. cunningsoft/message-bundle

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

cunningsoft/message-bundle
==========================

A user-to-user message bundle for Symfony2

0701[1 PRs](https://github.com/dmecke/MessageBundle/pulls)PHP

Since Jul 7Pushed 8y ago1 watchersCompare

[ Source](https://github.com/dmecke/MessageBundle)[ Packagist](https://packagist.org/packages/cunningsoft/message-bundle)[ RSS](/packages/cunningsoft-message-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

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

[](#installation)

1. Add the following to your `composer.json` file:

    ```
    // composer.json
    {
        // ...
        require: {
            // ...
            "cunningsoft/message-bundle": "0.1.*"
        }
    }
    ```
2. Run `composer update cunningsoft/message-bundle` to install the new dependencies.
3. Register the new bundle in your `AppKernel.php`:

    ```
