Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/hackzilla/ticket-message

ticketing functionality
https://github.com/hackzilla/ticket-message

Last synced: about 1 month ago
JSON representation

ticketing functionality

Awesome Lists containing this project

README

        

# Ticketing Message

Simple ticket message library to add to any project.

[![Build Status](https://travis-ci.org/hackzilla/ticket-message.svg?branch=master)](https://travis-ci.org/hackzilla/ticket-message)
[![SensioLabsInsight](https://insight.sensiolabs.com/projects/c99aff06-302a-4628-86f0-b794aea06b7e/mini.png)](https://insight.sensiolabs.com/projects/c99aff06-302a-4628-86f0-b794aea06b7e)
[![Coverage Status](https://coveralls.io/repos/github/hackzilla/ticket-message/badge.svg?branch=master)](https://coveralls.io/github/hackzilla/ticket-message?branch=master)

## Requirements

* PHP >= 5.6

## Demo

See [Ticket Bundle Demo App](https://github.com/hackzilla/TicketBundleDemoApp) for an example installation. This can also be used for confirming bugs.

## Setup

### Event Manager (optional)

Handle firing of events

### Storage Manager

Persisting and Flushing of the storage

### Translate Manager (optional)

Handles translating of priorities and status strings

### User Manager

Checking user permissions

## Pull Requests

I'm open to pull requests for additional languages, features and/or improvements.