11# Ticketing Bundle v3
22
3- Simple multilingual ticketing bundle to add to any project.
4- Languages: English, French, Russian, German and Spanish.
3+ Simple ticketing bundle for any project.
4+ Available translations for:
5+ * English
6+ * French
7+ * German
8+ * Italian
9+ * Portuguese
10+ * Russian
11+ * Spanish
512
613[ ![ Build Status] ( https://travis-ci.org/hackzilla/TicketBundle.png?branch=master )] ( https://travis-ci.org/hackzilla/TicketBundle )
714[ ![ SensioLabsInsight] ( https://insight.sensiolabs.com/projects/091d37a9-7862-4365-952c-814ce95c4d6c/mini.png )] ( https://insight.sensiolabs.com/projects/091d37a9-7862-4365-952c-814ce95c4d6c )
@@ -10,35 +17,34 @@ Languages: English, French, Russian, German and Spanish.
1017## Requirements
1118
1219* PHP >= 5.6
13- * Symfony ~ 2.8|~ 3 .0
14- * Knp Paginator
15- * Bootstrap v3 (optional) see: http://symfony.com/blog/new-in-symfony-2-6-bootstrap-form-theme
20+ * [ Symfony] [ 1 ] ^ 2.8|^3.0|^4 .0
21+ * [ Knp Paginator bundle ] [ 2 ]
22+ * [ Bootstrap v3] [ 3 ] (optional) see: [ http://symfony.com/blog/new-in-symfony-2-6-bootstrap-form-theme ] [ 4 ]
1623
1724## Optional Requirements
1825
19- * FOSUserBundle
26+ * [ FOSUserBundle] [ 5 ]
2027
2128
2229## Version Matrix
2330
24- | Ticket Bundle | Symfony | PHP |
25- | ---------------------------------------------------------------------- | ---------- | ----- |
26- | [ 3.x] ( https://github.com/hackzilla/TicketBundle/tree/master ) (master) | ^2.8\| ^3 .0 | >=5.6 |
27- | [ 2.x] ( https://github.com/hackzilla/TicketBundle/tree/2.x ) | ^2.7\| ^3.0 | >=5.3 |
28- | [ 1.x] ( https://github.com/hackzilla/TicketBundle/tree/1.x ) | ^2.3 | >=5.3 |
29- | [ 0.x] ( https://github.com/hackzilla/TicketBundle/tree/0.9.x ) | ^2.3 | >=5.3 |
31+ | Ticket Bundle | Symfony | PHP |
32+ | ------------------| --------------- | ----- |
33+ | [ 3.x] [ 6 ] (master) | ^2.8\| ^.0 \| ^4 .0 | >=5.6 |
34+ | [ 2.x] [ 7 ] | ^2.7\| ^3.0 | >=5.3 |
35+ | [ 1.x] [ 8 ] | ^2.3 | >=5.3 |
36+ | [ 0.x] [ 9 ] | ^2.3 | >=5.3 |
3037
3138
3239## Demo
3340
34- See [ Ticket Bundle Demo App] ( https://github.com/hackzilla/TicketBundleDemoApp ) for an example installation. This can also be used for confirming bugs.
41+ See [ Ticket Bundle Demo App] [ 10 ] for an example installation. This can also be used for confirming bugs.
3542
3643
3744## Setup
3845
39- * [ Installation with FOSUserBundle] ( Resources/doc/setup/fosuserbundle.md )
40- * [ Generic Installation] ( Resources/doc/setup/other.md )
41-
46+ * [ Installation with FOSUserBundle] [ 11 ]
47+ * [ Generic Installation] [ 12 ]
4248
4349
4450## Optional Features
@@ -47,22 +53,22 @@ These optional features that can be turned on or off.
4753
4854### Features
4955
50- * [ Attachments] ( Resources/doc/setup/feature/attachments.md )
51- * [ Custom Entities] ( Resources/doc/setup/feature/custom-entities.md )
52- * [ Events] ( Resources/doc/setup/feature/events.md )
56+ * [ Attachments] [ 13 ]
57+ * [ Custom Entities] [ 14 ]
58+ * [ Events] [ 15 ]
5359
5460# 3rd Party Extensions
5561
56- # [ Email Notification] ( https://github.com/flodaq/TicketNotificationBundle )
62+ # [ Email Notification] [ 16 ]
5763
5864
5965## Custom Templates (Optional)
6066
61- ```
62- config.yml
67+ ``` yaml
68+ # config.yml
6369
6470hackzilla_ticket :
65- templates:
71+ templates :
6672 index : ' YOURTicketBundle:Ticket:index.html.twig'
6773 new : ' YOURTicketBundle:Ticket:new.html.twig'
6874 prototype : ' YOURTicketBundle:Ticket:prototype.html.twig'
@@ -72,9 +78,27 @@ hackzilla_ticket:
7278
7379## Migrate a Previous Version
7480
75- * [ Information moved ] ( Resources/doc/ migrate/index.md )
81+ * [How to migrate][17]
7682
7783
7884## Pull Requests
7985
8086I'm open to pull requests for additional languages, features and/or improvements.
87+
88+ [1]: https://symfony.com/
89+ [2]: https://github.com/KnpLabs/KnpPaginatorBundle
90+ [3]: http://getbootstrap.com/docs/3.3/
91+ [4]: http://symfony.com/blog/new-in-symfony-2-6-bootstrap-form-theme
92+ [5]: https://symfony.com/doc/current/bundles/FOSUserBundle/index.html
93+ [6]: https://github.com/hackzilla/TicketBundle/tree/master
94+ [7]: https://github.com/hackzilla/TicketBundle/tree/2.x
95+ [8]: https://github.com/hackzilla/TicketBundle/tree/1.x
96+ [9]: https://github.com/hackzilla/TicketBundle/tree/0.9.x
97+ [10]: https://github.com/hackzilla/TicketBundleDemoApp
98+ [11]: Resources/doc/setup/fosuserbundle.md
99+ [12]: Resources/doc/setup/other.md
100+ [13]: Resources/doc/setup/feature/attachments.md
101+ [14]: Resources/doc/setup/feature/custom-entities.md
102+ [15]: Resources/doc/setup/feature/events.md
103+ [16]: https://github.com/flodaq/TicketNotificationBundle
104+ [17]: Resources/doc/migrate/index.md
0 commit comments