PHPackages                             open20/amos-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. open20/amos-ticket

ActiveComponent[Utility &amp; Helpers](/categories/utility)

open20/amos-ticket
==================

Amos Ticket

1.90.0(3mo ago)00PHPPHP &gt;=5.4.0

Since May 28Pushed 3mo ago1 watchersCompare

[ Source](https://github.com/regionelombardia-open20/open2-ticket)[ Packagist](https://packagist.org/packages/open20/amos-ticket)[ RSS](/packages/open20-amos-ticket/feed)WikiDiscussions master Synced 5d ago

READMEChangelogDependencies (5)Versions (21)Used By (0)

Amos Ticket
===========

[](#amos-ticket)

Ticket management.

### Installation

[](#installation)

You need to require this package and enable the module in your configuration.

add to composer requirements in composer.json

```
"open20/amos-ticket": "dev-master",

```

or run command bash:

```
composer require "open20/amos-ticket:dev-master"
```

Enable the News modules in modules-amos.php, add :

```
 'ticket' => [
	'class' => 'open20\amos\ticket\AmosTicket',
 ],
```

add news migrations to console modules (console/config/migrations-amos.php):

```
'@vendor/open20/amos-ticket/src/migrations'

```

Add ticket to Comments:

```
  'comments' => [
    'class' => 'open20\amos\comments\AmosComments',
    'modelsEnabled' => [
        .
        .
        'open20\amos\ticket\models\Ticket', //line to add
        .
        .
 	],
    'enableMailsNotification' => false,
    'enableUserSendMailCheckbox' => false
  ],

```

###  Health Score

39

—

LowBetter than 86% of packages

Maintenance80

Actively maintained with recent releases

Popularity0

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity60

Established project with proven stability

 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

Every ~207 days

Recently: every ~246 days

Total

11

Last Release

104d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/6eb97765ff9c2a6c83df362376ac9fe8f21e4ac4c3b65fd1e2380233178fe500?d=identicon)[open2.0](/maintainers/open2.0)

---

Top Contributors

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

---

Tags

ticketamos

### Embed Badge

![Health badge](/badges/open20-amos-ticket/health.svg)

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

PHPackages © 2026

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