masonen / TicketBundle

Bundle provides multilingual ticketing functionality for Symfony applications.

Home Page:http://hackzilla.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ticketing Bundle v3

Simple ticketing bundle for any project. Available translations for:

  • English
  • French
  • German
  • Italian
  • Portuguese
  • Russian
  • Spanish

Build Status SensioLabsInsight

Requirements

Optional Requirements

Version Matrix

Ticket Bundle Symfony PHP
3.x (master) ^2.8|^3.0|^4.0 >=5.6
2.x ^2.7|^3.0 >=5.3
1.x ^2.3 >=5.3
0.x ^2.3 >=5.3

Demo

See Ticket Bundle Demo App for an example installation. This can also be used for confirming bugs.

Setup

Optional Features

These optional features that can be turned on or off.

Features

3rd Party Extensions

Custom Templates (Optional)

# config.yml

hackzilla_ticket:
    templates:
        index: 'YOURTicketBundle:Ticket:index.html.twig'
        new: 'YOURTicketBundle:Ticket:new.html.twig'
        prototype: 'YOURTicketBundle:Ticket:prototype.html.twig'
        show: 'YOURTicketBundle:Ticket:show.html.twig'
        show_attachment: 'YOURTicketBundle:Ticket:show_attachment.html.twig'

Migrate a Previous Version

Pull Requests

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

About

Bundle provides multilingual ticketing functionality for Symfony applications.

http://hackzilla.org

License:MIT License


Languages

Language:PHP 83.6%Language:HTML 16.2%Language:Makefile 0.2%