Download the PHP package rayenbou/ticket-bundle without Composer
On this page you can find all versions of the php package rayenbou/ticket-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download rayenbou/ticket-bundle
More information about rayenbou/ticket-bundle
Files in rayenbou/ticket-bundle
Package ticket-bundle
Short Description A Symfony bundle to manage tickets
License MIT
Informations about the package ticket-bundle
RayenbouTicketBundle
This project provides a Symfony integration for a ticketing system, allowing for the fetching of individual tickets and lists of tickets from a specified API. It utilizes the Symfony HttpClient component to communicate with the API and handles authentication through bearer tokens with JWT Token.
This project exist to be use with Dashboard Bundle.
The DashboardBundle part can be installed on your app, while the TicketBundle part can be installed on any other app.
This documentation provides a step-by-step guide to setting up the ticket environment for your project.
Right now the project is in Alpha and currently don't have any recipe but it might change soon.
How to use it
- Register
TICKET_URL
,TICKET_USERNAME
andTICKET_PASSWORD
in your .Env (create username and password with the Dashboard Bundle). - Go to
/ticket/
. - Send ticket, answer through a messenger-like conversation.
- If ticket is closed you can no longer answer to it.
Initial Setup
- Composer
[!CAUTION] If
Symfony/flex
is enable on your project, an error might occur at the cache:clear saying "authentication key is missing". Don't worry about this, you just have to follow Parameter setting.
-
Parameter Settings
in
config/packages/rayenbou_ticket.yaml
:in
config/routes/rayenbou_ticket.yaml
:in
.env
:
Dev Environnement
The key verify_peer
under setting in the config/packages/rayenbou_ticket.yaml
is default to false
to work on a self validated TLS
environnement, feel free to deactivate it if you work on other environnement.
Tests
Unit tests and Integration tests are on their way.
Evolution
- Possibility to override all templates and Controller.
Contributing
Contributions to this project are welcome. Please ensure to follow the existing coding style and add unit tests for any new or changed functionality.
Please use PHPstan
and PHP-CS-FIXER
.
License
This project is licensed under the MIT License - see the LICENSE file for details.