hackzilla / ticket-message
This library provides ticketing functionality for PHP applications.
0.3.0
2017-07-05 21:37 UTC
Requires
- php: ^5.6 || ^7.0
- pagerfanta/pagerfanta: ^1.0.0
Requires (Dev)
- phpunit/phpunit: ^6.0 || ^5.0
- satooshi/php-coveralls: dev-master|^1.0
- sllh/php-cs-fixer-styleci-bridge: ^1.5
README
Simple ticket message library to add to any project.
Requirements
- PHP >= 5.6
Demo
See Ticket Bundle Demo App 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.