PHPackages                             matks/customer-support-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. matks/customer-support-bundle

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

matks/customer-support-bundle
=============================

Tickets-based bundle to integrate customer exchange in your symfony2 application

v1.2(8y ago)07MITPHP

Since Oct 29Pushed 8y ago1 watchersCompare

[ Source](https://github.com/matks/CustomerSupportBundle)[ Packagist](https://packagist.org/packages/matks/customer-support-bundle)[ Docs](https://github.com/matks/CustomerSupportBundle)[ RSS](/packages/matks-customer-support-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (7)Versions (4)Used By (0)

CustomerSupportBundle
=====================

[](#customersupportbundle)

[![Latest Stable Version](https://camo.githubusercontent.com/637f833668b37ece4f132bf5e94b4080c4013856737225156c538469d0becfed/68747470733a2f2f706f7365722e707567782e6f72672f6d61746b732f637573746f6d65722d737570706f72742d62756e646c652f762f737461626c652e737667)](https://packagist.org/packages/matks/customer-support-bundle)[![Build Status](https://camo.githubusercontent.com/fc38f77c6ca065f72192d26a85973f32878c5a5bc40bcac19b99e0830803521f/68747470733a2f2f7472617669732d63692e6f72672f6d61746b732f437573746f6d6572537570706f727442756e646c652e706e67)](https://travis-ci.org/matks/CustomerSupportBundle)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/00e848dbd5bacd9c51023d109c6047e19b1dc6078637bd3e3967b5a764be1609/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6d61746b732f437573746f6d6572537570706f727442756e646c652f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/matks/CustomerSupportBundle/?branch=master)[![Code Coverage](https://camo.githubusercontent.com/48ec4f31ad1fe786e7705723e0e4c92d1ebced444613d8ebf62bc336b652c078/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6d61746b732f437573746f6d6572537570706f727442756e646c652f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/matks/CustomerSupportBundle/?branch=master)[![Latest Unstable Version](https://camo.githubusercontent.com/31ac62e76bdb6f81ef78a10290edc0d3234f44187ff73f6688d3668d96062b25/68747470733a2f2f706f7365722e707567782e6f72672f6d61746b732f637573746f6d65722d737570706f72742d62756e646c652f762f756e737461626c652e737667)](https://packagist.org/packages/matks/customer-support-bundle)[![License](https://camo.githubusercontent.com/ad3d58a81d1b2db855e8876574a0474120129ea9af26e1db2deb99e3173a32d5/68747470733a2f2f706f7365722e707567782e6f72672f6d61746b732f637573746f6d65722d737570706f72742d62756e646c652f6c6963656e73652e737667)](https://packagist.org/packages/matks/customer-support-bundle)

Tickets-based bundle to integrate customer exchange in your symfony2 application

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

[](#installation)

### Step 1: composer requirements

[](#step-1-composer-requirements)

Add the private repository metadata in your composer.json

```
{
    "require": {
        "matks/customer-support-bundle": "1.2"
    },
}
```

Then run the composer command

```
$ php composer.phar install
```

### Step 2: Enable the bundle in your Symfony application

[](#step-2-enable-the-bundle-in-your-symfony-application)

```
