PHPackages                             tadcka/notice-manager-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. tadcka/notice-manager-bundle

ActiveSymfony-bundle

tadcka/notice-manager-bundle
============================

Notice manager Symfony2 bundle

v1.0.0(12y ago)023MITPHPPHP &gt;=5.3.3

Since Nov 19Pushed 12y ago1 watchersCompare

[ Source](https://github.com/tadcka/NoticeManagerBundle)[ Packagist](https://packagist.org/packages/tadcka/notice-manager-bundle)[ Docs](https://github.com/tadcka/NoticeManagerBundle)[ RSS](/packages/tadcka-notice-manager-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

NoticeManagerBundle
===================

[](#noticemanagerbundle)

[![SensioLabsInsight](https://camo.githubusercontent.com/aa339aafef65ddf7de662a38299b4eef028f006bbe7311282964affcb47937ce/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f66616339333136342d623937352d343862372d623236372d3564653634646535343666372f6269672e706e67)](https://insight.sensiolabs.com/projects/fac93164-b975-48b7-b267-5de64de546f7)

Notice manager Symfony2 bundle

Installation
------------

[](#installation)

### Step 1: Download NoticeManagerBundle using composer

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

Add TadckaNoticeBundle in your composer.json:

```
{
    "require": {
        "tadcka/notice-manager-bundle": "dev-master"
    }
}
```

Now tell composer to download the bundle by running the command:

```
$ php composer.phar update tadcka/notice-manager-bundle
```

### Step 2: Enable the bundle

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

Enable the bundle in the kernel:

```
