thibaut-decherit / TicketBundle

Bundle provides multilingual ticketing functionality for Symfony applications.

Home Page:http://hackzilla.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hackzilla Ticket Bundle

Simple ticketing bundle for any project.

Test Quality assurance Lint SensioLabsInsight

Requirements

You can see the full requirement definitions for each available version in Packagist.

Setup

Optional features

These optional features that can be turned on or off.

Features

Optional integrations

3rd party extensions

Custom templates (optional)

# config/packages/hackzilla_ticket.yaml

hackzilla_ticket:
    templates:
        index: '@App/Ticket/index.html.twig'
        new: '@App/Ticket/new.html.twig'
        prototype: '@App/Ticket/prototype.html.twig'
        show: '@App/Ticket/show.html.twig'
        show_attachment: '@App/Ticket/show_attachment.html.twig'

Translations

Built in translations are available for the following languages:

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

Demo

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

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 86.4%Language:Twig 12.6%Language:Makefile 1.0%