PHPackages                             amin101/irticket - 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. amin101/irticket

ActiveLibrary

amin101/irticket
================

a simple ticketing system

v1.0(10y ago)016MITPHPPHP &gt;=5.5.9

Since Mar 1Pushed 10y ago1 watchersCompare

[ Source](https://github.com/amin101/irticket)[ Packagist](https://packagist.org/packages/amin101/irticket)[ RSS](/packages/amin101-irticket/feed)WikiDiscussions master Synced 2mo ago

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

irticket v1.0
=============

[](#irticket-v10)

a simple tickets system for laravel 5.2+ which integrates with Laravel default users system.

\##Features:

1. Users can create tickets, keep track of their tickets status, giving comments, and close (resolve) their own tickets.
2. Fluent admin panel.
3. Localization (English, Farsi).

\##Requirements **First make sure you have got this Laravel setup working:**

1. [Laravel 5.2](http://laravel.com/docs/5.2#installation)
2. [Users table](http://laravel.com/docs/5.2/authentication)
3. Bootstrap 3+

Installation :
--------------

[](#installation-)

Install Irticket package

```
composer require amin101/irticket:1.*
```

Add this line on your `config/app.php` in Service Providers section.

```
Amin101\Irticket\IrticketServiceProvider::class
```

Run this code to publish migrations and assets

```
php artisan vendor:publish
```

Run three migrations

```
php artisan migrate
```

\##Views after publishing , irticket views files are under `resources/views/vendor/irticket` path. feel free to edit `app.blade.php` to fit it to your site template structure. just dont forget to add `@yield('content')` .

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity58

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

3726d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/3680a10fa9f79f4e96b857106dc33cdf8577c61b75ccde3bbbee18513e75bd38?d=identicon)[amin101](/maintainers/amin101)

---

Top Contributors

[![aminmazrouei](https://avatars.githubusercontent.com/u/253264094?v=4)](https://github.com/aminmazrouei "aminmazrouei (35 commits)")

### Embed Badge

![Health badge](/badges/amin101-irticket/health.svg)

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

###  Alternatives

[fumeapp/modeltyper

Generate TypeScript interfaces from Laravel Models

196277.9k](/packages/fumeapp-modeltyper)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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