Skip to content

Latest commit

 

History

History
87 lines (51 loc) · 2.68 KB

File metadata and controls

87 lines (51 loc) · 2.68 KB

Ticketing Bundle v3

Simple multilingual ticketing bundle to add to any project. Languages: English, French, Russian, German and Spanish.

Build Status SensioLabsInsight

Requirements

Optional Requirements

Storage

  • Doctrine

User Management

  • FOSUserBundle

Version Matrix

Ticket Bundle Symfony PHP Supported
4.x (master) ^3.0 >=5.6 Alpha
3.x ^2.8|^3.0 >=5.6 Bug Fixes
2.x ^2.7|^3.0 >=5.3 No
1.x ^2.3 >=5.3 No
0.x ^2.3 >=5.3 No

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.