PHPackages                             ichbin/filament-ticket - 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. ichbin/filament-ticket

ActiveLibrary[Admin Panels](/categories/admin)

ichbin/filament-ticket
======================

This is a ticket system for filament admin panel

v1.0.0(3y ago)4151MITPHPPHP ^8.0 | ^8.1

Since Sep 30Pushed 2y ago1 watchersCompare

[ Source](https://github.com/boyfromhell/filament-ticket)[ Packagist](https://packagist.org/packages/ichbin/filament-ticket)[ Docs](https://github.com/ichbin/filament-ticket)[ RSS](/packages/ichbin-filament-ticket/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (9)Versions (2)Used By (0)

This is a ticket system for filament admin panel
================================================

[](#this-is-a-ticket-system-for-filament-admin-panel)

[![Latest Version on Packagist](https://camo.githubusercontent.com/95c0e7461ba711487f48dece3b92af5fd1c65ba02fa9456b25f127bac02591dc/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f69636862696e2f66696c616d656e742d7469636b65742e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/ichbin/filament-ticket)[![Total Downloads](https://camo.githubusercontent.com/3653011f862c1b77d04899c9118d5adab2398ab4656154adb4c2a991e1419bb0/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f69636862696e2f66696c616d656e742d7469636b65742e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/ichbin/filament-ticket)

This is a ticket system for filament admin panel

Installation
------------

[](#installation)

You can install the package via composer:

```
composer require ichbin/filament-ticket
```

You can publish and run the migrations with:

```
php artisan vendor:publish --tag="filament-ticket-migrations"
php artisan migrate
```

You can publish the config file with:

```
php artisan vendor:publish --tag="filament-ticket-config"
```

This is the contents of the published config file:

```
return [
    'resources' => [
        TicketResource::class,
        CategoryResource::class,
        StatusResource::class,
        PriorityResource::class,
    ],
    'models' => [
        \App\Models\User::class,
    ],
    "navigation_group" => "Ticket System",
    "ticket_label" => "Custom Fields",
    "ticket_responses_label" => "Custom Fields Responses",
    "category_label" => "Custom Fields",
    "category_responses_label" => "Custom Fields Responses",
    "status_label" => "Custom Fields",
    "status_responses_label" => "Custom Fields Responses",
    "priority_label" => "Custom Fields",
    "priority_responses_label" => "Custom Fields Responses",
];
```

Optionally, you can publish the views using

```
php artisan vendor:publish --tag="filament-ticket-views"
```

Usage
-----

[](#usage)

Testing
-------

[](#testing)

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

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

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [IchBin](https://www.gametracker.ro)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity55

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

1317d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/27bb8ad5e9f70a7cfd4745f5223eb7fe0030143823df79bf43d4bc0b957e7970?d=identicon)[boyfromhell](/maintainers/boyfromhell)

---

Top Contributors

[![boyfromhell](https://avatars.githubusercontent.com/u/4071890?v=4)](https://github.com/boyfromhell "boyfromhell (11 commits)")

---

Tags

laravelIchBinfilament-ticket

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/ichbin-filament-ticket/health.svg)

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

###  Alternatives

[guava/filament-knowledge-base

A filament plugin that adds a knowledge base and help to your filament panel(s).

206120.5k1](/packages/guava-filament-knowledge-base)[ralphjsmit/laravel-filament-seo

A package to combine the power of Laravel SEO and Filament Admin.

15398.7k10](/packages/ralphjsmit-laravel-filament-seo)[geo-sot/filament-env-editor

Access .env file though Filament admin panel

2432.3k1](/packages/geo-sot-filament-env-editor)[caresome/filament-neobrutalism-theme

A neobrutalism theme for FilamentPHP admin panels

303.2k](/packages/caresome-filament-neobrutalism-theme)[andreia/filament-ui-switcher

Add a modal with options to switch between different UI layouts and styles (colors, fonts, font sizes).

233.8k](/packages/andreia-filament-ui-switcher)[a2insights/filament-saas

Filament Saas for A2Insights

161.1k](/packages/a2insights-filament-saas)

PHPackages © 2026

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