PHPackages                             flodaq/ticket-notification-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. [Mail &amp; Notifications](/categories/mail)
4. /
5. flodaq/ticket-notification-bundle

ActiveSymfony-bundle[Mail &amp; Notifications](/categories/mail)

flodaq/ticket-notification-bundle
=================================

This bundle provides e-mails notifications for Hackzilla Ticketing Symfony bundle every time a ticket is created or modified.

12.0k6[4 PRs](https://github.com/flodaq/TicketNotificationBundle/pulls)PHP

Since Dec 19Pushed 5y agoCompare

[ Source](https://github.com/flodaq/TicketNotificationBundle)[ Packagist](https://packagist.org/packages/flodaq/ticket-notification-bundle)[ RSS](/packages/flodaq-ticket-notification-bundle/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

E-mails notification for Hackzilla Ticketing Bundle
===================================================

[](#e-mails-notification-for-hackzilla-ticketing-bundle)

Simple add-on bundle that is build on top of Hackzilla Ticketing bundle in order to provide automatic e-mails notifications when a ticket is created or modified. The ticket's owner and every user with the role ROLE\_TICKET\_ADMIN get notified.

Requirements
------------

[](#requirements)

- PHP &gt;= 5.6
- Symfony ~2.8|~3.0
- Ticketing Bundle ~3.0 see:
- VichUploaderBundle ~1.0

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

[](#installation)

### Step 1: Make sure you already have HackzillaTicketBundle

[](#step-1-make-sure-you-already-have-hackzillaticketbundle)

Make sure HackzillaTicketBundle is already present in your composer.json:

```
{
    "require": {
        "hackzilla/ticket-bundle": "~2.0@dev",
        "friendsofsymfony/user-bundle": "~2.0@dev",
        "vich/uploader-bundle": "~1.0"
    }
}

```

Also make sure the Attachments additionnal feature is enabled.

### Step 2: Download the bundle using composer

[](#step-2-download-the-bundle-using-composer)

Require the bundle with composer:

```
$ composer require flodaq/ticket-notification-bundle "^1.0@dev"

```

Composer will install the bundle to your project's vendor/flodaq/ticket-notification-bundle directory.

### Step 3: Enable the bundle

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

Enable the bundle in the kernel:

```
