Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hackzilla/ticket-message
ticketing functionality
https://github.com/hackzilla/ticket-message
Last synced: about 1 month ago
JSON representation
ticketing functionality
- Host: GitHub
- URL: https://github.com/hackzilla/ticket-message
- Owner: hackzilla
- License: mit
- Created: 2017-02-26T17:06:10.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-05T21:37:54.000Z (over 7 years ago)
- Last Synced: 2024-10-13T12:44:36.970Z (2 months ago)
- Language: PHP
- Size: 406 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.