PHPackages                             umark1142/ticketit - 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. umark1142/ticketit

ActiveLaravel-package[Admin Panels](/categories/admin)

umark1142/ticketit
==================

A simple helpdesk tickets system for Laravel 5.1 – 5.8 and 6.\* - 7.\* - 8.\* which integrates smoothly with Laravel default users and auth system

00PHP

Since Jul 11Pushed 2y ago1 watchersCompare

[ Source](https://github.com/umark1142/ticketit)[ Packagist](https://packagist.org/packages/umark1142/ticketit)[ RSS](/packages/umark1142-ticketit/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

This project is archived!
=========================

[](#this-project-is-archived)

That means no more expected updates or patches. It's a good idea to start looking for other alternatives.

Thanks for everyone contributed to this project for over 6 years.

Ticketit
========

[](#ticketit)

A simple helpdesk tickets system for Laravel 5.1+ (5.1 – 5.8 and 6.\* - 7.\* - 8.\*) which integrates smoothly with Laravel default users and auth system. It will integrate into your current Laravel project within minutes, and you can offer your customers and your team a nice and simple support ticket system.

Features:
---------

[](#features)

1. Three main users roles users, agents, and admins
2. Users can create tickets, keep track of their tickets status, giving comments, and close their own tickets (access permissions are configurable)
3. Auto assigning agents to tickets, the system searches for agents in specific department and auto select the agent with lowest queue
4. Simple admin panel
5. Localization (Arabic, Brazilian Portuguese, Deutsch (German), English, Farsi, French, Hungarian, Italian, Persian, Russian, and Spanish language packs are included)
6. Very simple installation and integration process
7. Admin dashboard with statistics and performance tracking graphs
8. Simple text editor for tickets descriptions and comments allows images upload

[Full features list (12+) and screen shots](https://github.com/thekordy/ticketit/wiki/v0.2.3-Features)

Quick installation
------------------

[](#quick-installation)

If you'd like to install Ticketit as a standalone app, use our [quick installer](https://gitlab.com/balping/ticketit-app). This is a Laravel application pre-configured to work with Ticketit. Using the quick installer minimises the efforts and knowledge about Laravel needed to install Ticketit.

However if you'd like to include Ticketit in your existing project, skip to the [next section](#installation-manual).

Installation (manual):
----------------------

[](#installation-manual)

### Requirements

[](#requirements)

**First Make sure you have got this Laravel setup working:**

1. [Laravel 5.1+](http://laravel.com/docs#installation)
2. [Users table](http://laravel.com/docs/authentication)
3. [Laravel email configuration](http://laravel.com/docs/mail#sending-mail)
4. Bootstrap 3, or Bootstrap 4
5. Jquery

**Dependents that are getting installed and configured automatically by Ticketit (no action required from you)**

1. [LaravelCollective HTML](https://github.com/laravelcollective/html)
2. [Laravel Datatables](https://github.com/yajra/laravel-datatables)
3. [HTML Purifier](https://github.com/mewebstudio/Purifier)

### Installation steps (4-8 minutes)

[](#installation-steps-4-8-minutes)

Step 1. Run this code via your terminal (1-2 minutes)

```
composer require 'kordy/ticketit:0.*'
```

Step 2. After install, you have to add this line on your `config/app.php` in Service Providers section (1-2 minutes).

```
Umark\Ticketit\TicketitServiceProvider::class,
```

Step 3. [Check if App\\User exists](https://github.com/thekordy/ticketit/wiki/Make-sure-that-App%5CUser-exists)

Step 4. Make sure you have [authentication](https://laravel.com/docs/5.4/authentication#introduction) set up. In 5.2+, you can use `php artisan make:auth`

Step 5. [Setting up your master view for Ticketit integration (1-2 minutes)](https://github.com/thekordy/ticketit/wiki/Integrating-Ticketit-views-with-your-project-template)

Step 6. Register at least one user into the system and log it in.

Step 7. Go ahead to  to finalize the installation (1-2 minutes)

Default ticketit front route:

Default ticketit admin route:

**Notes:**

Make sure you have created at least one status, one prority, and one category before you start creating tickets.

If you move your installation folder to another path (or server), you need to update the row with slug='routes' in table `ticketit_settings`. After that, don't forget to flush the entire cache.

Upgrading to v0.4
-----------------

[](#upgrading-to-v04)

After upgrading from `0.3.*` to `0.4`, visit url `http://your-project-url/tickets-upgrade`. This adds new rows to the config table automatically.

Documentation
-------------

[](#documentation)

[Ticketit Wiki](https://github.com/thekordy/ticketit/wiki)

Support:
--------

[](#support)

[Review features requests, give your feedback, suggest features, report issues](https://github.com/thekordy/ticketit/issues)

Live Demo
---------

[](#live-demo)

Project contributors (the project heros):
-----------------------------------------

[](#project-contributors-the-project-heros)

Big thank you for all active people who took from their time to give their feedback and suggestions, they helped a lot to improve Ticketit for all of us.

Download statistics
-------------------

[](#download-statistics)

[![statistics](https://camo.githubusercontent.com/0633fb8ba1a9d6f373d548fe6389a5a010f222f3523726d0e261961c9d0069dd/68747470733a2f2f7061636b61676973742d737461746973746963732e647572612e68752f6b6f7264792f7469636b657469742f3130646179732e737667)](https://packagist-statistics.dura.hu/kordy/ticketit/10days.svg)

###  Health Score

12

—

LowBetter than 1% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity0

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity21

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/c6d5a8617e42005366c2654a42671d4945c87c50c4f72ec27b4dad3639009a57?d=identicon)[umark1142](/maintainers/umark1142)

---

Top Contributors

[![umark1142](https://avatars.githubusercontent.com/u/53573755?v=4)](https://github.com/umark1142 "umark1142 (2 commits)")

### Embed Badge

![Health badge](/badges/umark1142-ticketit/health.svg)

```
[![Health](https://phpackages.com/badges/umark1142-ticketit/health.svg)](https://phpackages.com/packages/umark1142-ticketit)
```

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