PHPackages                             ibrows/newsletter-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. ibrows/newsletter-bundle

ActiveSymfony-bundle

ibrows/newsletter-bundle
========================

Symfony NewsletterBundle

4.0.2(10y ago)33.2k[1 issues](https://github.com/ibrows/IbrowsNewsletterBundle/issues)MITPHP

Since Mar 11Pushed 5y agoCompare

[ Source](https://github.com/ibrows/IbrowsNewsletterBundle)[ Packagist](https://packagist.org/packages/ibrows/newsletter-bundle)[ Docs](https://github.com/ibrows/IbrowsNewsletterBundle)[ RSS](/packages/ibrows-newsletter-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (2)Versions (19)Used By (0)

IbrowsNewsletterBundle
======================

[](#ibrowsnewsletterbundle)

A nice Symfony2 Newsletter Bundle

Features:

- Different Templates
- Handling different chanels and groups
- E-Mail Body richt text editor
- Wizard for creating Newsletters
- Body-Block handling
- E-Mail messages queuing
- Statistics
- Different Users for each Newsletter

The sandbox
===========

[](#the-sandbox)

Have a look on our sandbox: Demo installation:  (User: demo / Pass: demo)

How to install
==============

[](#how-to-install)

### Add Bundle to your composer.json

[](#add-bundle-to-your-composerjson)

```
// composer.json

{
    "require": {
        "ibrows/newsletter-bundle": "*"
    }
}
```

### Install the bundle from console with composer.phar

[](#install-the-bundle-from-console-with-composerphar)

```
$ php composer.phar update ibrows/newsletter-bundle
```

### Enable the bundles in AppKernel.php

[](#enable-the-bundles-in-appkernelphp)

```
