Simple ticketing bundle for any project. Available translations for:
- English
- French
- German
- Italian
- Portuguese
- Russian
- Spanish
- PHP >= 5.6
- Symfony ^2.8|^3.0|^4.0
- Knp Paginator bundle
- Bootstrap v3 (optional) see: http://symfony.com/blog/new-in-symfony-2-6-bootstrap-form-theme
Ticket Bundle | Symfony | PHP |
---|---|---|
3.x | ^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 |
See Ticket Bundle Demo App for an example installation. This can also be used for confirming bugs.
These optional features that can be turned on or off.
# config.yml
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'
I'm open to pull requests for additional languages, features and/or improvements.