An open API service indexing awesome lists of open source software.

https://github.com/mapsred/ticketingbundle

TicketingBundle for Symfony 4
https://github.com/mapsred/ticketingbundle

symfony-bundle symfony-flex symfony4 ticketing-system

Last synced: 10 months ago
JSON representation

TicketingBundle for Symfony 4

Awesome Lists containing this project

README

          

TicketingBundle
============
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
![Contributions welcome](https://img.shields.io/badge/contributions-welcome-blue.svg)
![Packagist download](https://img.shields.io/packagist/dt/maps_red/ticketing-bundle.svg)
![GitHub release](https://img.shields.io/github/release/Mapsred/TicketingBundle/all.svg)

TicketingBundle is a community-driven project, created and maintained by a group of students from [ESGI](https://www.esgi.fr/ecole-informatique.html).

## Installation

### Add TicketingBundle to your project

```console
$ composer require maps_red/ticketing-bundle
```

### Documentation

1. [Setting up the bundle](docs/1-setting_up_the_bundle.md)
2. [Setting up the entities](docs/2-setting_up_the_entities.md)
3. [Default configuration](docs/3-setting_up_the_configuration.md)

## Contribute

### Want to report a bug or request a feature?

Check out our [Issue section](https://github.com/Mapsred/TicketingBundle/issues/new/choose) to create your report.

### Want to contribute to TicketingBundle?

Check out our [Contributing Guide](CONTRIBUTING.md) to get started with setting up the repository.

## License
TicketingBundle is under [MIT License](http://www.opensource.org/licenses/mit-license.php).

## Credits

TicketingBundle is created and maintained by
* [Mathieu François](https://github.com/Mapsred)
* [Evrard Axel](https://github.com/AxelE)

Special thanks to :
* [Laurent Bassin](https://github.com/lbassin) for his feature request ["Add Status History"](https://github.com/Mapsred/TicketingBundle/issues/75).
* You for reading this project.
* The symfony community for it's help