PHPackages                             rayenbou/ticket-bundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Admin Panels](/categories/admin)
4. /
5. rayenbou/ticket-bundle

ActiveSymfony-bundle[Admin Panels](/categories/admin)

rayenbou/ticket-bundle
======================

A Symfony bundle to manage tickets

1.0(1y ago)08MITPHP

Since Jun 29Pushed 1y ago1 watchersCompare

[ Source](https://github.com/RayenBou/RayenbouTicketBundle)[ Packagist](https://packagist.org/packages/rayenbou/ticket-bundle)[ RSS](/packages/rayenbou-ticket-bundle/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)DependenciesVersions (2)Used By (0)

RayenbouTicketBundle
====================

[](#rayenbouticketbundle)

[![Ticket Bundle](docs/images/img.png?raw=true "Ticket Bundle")](docs/images/img.png?raw=true)

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](https://github.com/RayenBou/RayenbouDashboardBundle).

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
-------------

[](#how-to-use-it)

1. Register `TICKET_URL`,`TICKET_USERNAME` and `TICKET_PASSWORD` in your .Env (create username and password with the [Dashboard Bundle](https://github.com/RayenBou/RayenbouTicketBundle)).
2. Go to `/ticket/`.
3. Send ticket, answer through a messenger-like conversation.
4. If ticket is closed you can no longer answer to it.

Initial Setup
-------------

[](#initial-setup)

1. **Composer**

    ```
    composer require rayenbou/dashboard-bundle
    ```

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.

2. **Parameter Settings**

    in `config/packages/rayenbou_ticket.yaml`:

    ```
    rayenbou_ticket:
         authentication:
             url: '%env(TICKET_URL)%'
             username: '%env(TICKET_USERNAME)%'
             password: '%env(TICKET_PASSWORD)%'
         settings:
             verify_peer: false
    ```

    in `config/routes/rayenbou_ticket.yaml`:

    ```
    rayenbou_ticket:
        resource: "@RayenbouTicketBundle/Resources/config/routing.yaml"
    ```

    in `.env` :

    ```
    TICKET_URL=
    TICKET_USERNAME=
    TICKET_PASSWORD=
    ```

Dev Environnement
-----------------

[](#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
-----

[](#tests)

Unit tests and Integration tests are on their way.

Evolution
---------

[](#evolution)

1. Possibility to override all templates and Controller.

Contributing
------------

[](#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
-------

[](#license)

This project is licensed under the MIT License - see the LICENSE file for details.

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance32

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity40

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

686d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/82246b895bcbcfb587246b40ea8e8dbc0ed133ca3ee628f6f74b98aa4fc65f47?d=identicon)[RayenBou](/maintainers/RayenBou)

---

Top Contributors

[![RayenBou](https://avatars.githubusercontent.com/u/104210165?v=4)](https://github.com/RayenBou "RayenBou (8 commits)")

### Embed Badge

![Health badge](/badges/rayenbou-ticket-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/rayenbou-ticket-bundle/health.svg)](https://phpackages.com/packages/rayenbou-ticket-bundle)
```

###  Alternatives

[jeroennoten/laravel-adminlte

Easy AdminLTE integration with Laravel

4.0k4.8M43](/packages/jeroennoten-laravel-adminlte)[dmstr/yii2-adminlte-asset

AdminLTE backend theme asset bundle for Yii 2.0 Framework

1.1k1.8M67](/packages/dmstr-yii2-adminlte-asset)[dwij/laraadmin

LaraAdmin is a Open source Laravel Admin Panel / CMS which can be used as Admin Backend, Data Management Tool or CRM boilerplate for Laravel with features like CRUD Generation, Module Manager, Media, Menus, Backups and much more

1.6k68.7k](/packages/dwij-laraadmin)[filament/spatie-laravel-media-library-plugin

Filament support for `spatie/laravel-medialibrary`.

1764.8M125](/packages/filament-spatie-laravel-media-library-plugin)[bezhansalleh/filament-exceptions

A Simple &amp; Beautiful Pluggable Exception Viewer for FilamentPHP's Admin Panel

193195.9k13](/packages/bezhansalleh-filament-exceptions)[filament/infolists

Easily add beautiful read-only infolists to any Livewire component.

1220.8M36](/packages/filament-infolists)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
