Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/matks/customersupportbundle

Tickets-based bundle to integrate customer exchange in your symfony application
https://github.com/matks/customersupportbundle

bundle php symfony

Last synced: 20 days ago
JSON representation

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

Awesome Lists containing this project

README

        

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

[![Latest Stable Version](https://poser.pugx.org/matks/customer-support-bundle/v/stable.svg)](https://packagist.org/packages/matks/customer-support-bundle)
[![Build Status](https://travis-ci.org/matks/CustomerSupportBundle.png)](https://travis-ci.org/matks/CustomerSupportBundle)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/matks/CustomerSupportBundle/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/matks/CustomerSupportBundle/?branch=master)
[![Code Coverage](https://scrutinizer-ci.com/g/matks/CustomerSupportBundle/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/matks/CustomerSupportBundle/?branch=master)
[![Latest Unstable Version](https://poser.pugx.org/matks/customer-support-bundle/v/unstable.svg)](https://packagist.org/packages/matks/customer-support-bundle)
[![License](https://poser.pugx.org/matks/customer-support-bundle/license.svg)](https://packagist.org/packages/matks/customer-support-bundle)

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

## Installation

### Step 1: composer requirements

Add the private repository metadata in your composer.json
```json
{
"require": {
"matks/customer-support-bundle": "1.2"
},
}
```

Then run the composer command
```bash
$ php composer.phar install
```

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

```php