Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/matks/customersupportbundle
- Owner: matks
- License: mit
- Created: 2014-07-20T15:50:11.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2018-01-05T20:18:07.000Z (almost 7 years ago)
- Last Synced: 2024-10-15T16:07:47.214Z (about 1 month ago)
- Topics: bundle, php, symfony
- Language: PHP
- Homepage:
- Size: 67.4 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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