PHPackages                             chemaclass/jira-status-notifier - 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. [CLI &amp; Console](/categories/cli)
4. /
5. chemaclass/jira-status-notifier

ActiveLibrary[CLI &amp; Console](/categories/cli)

chemaclass/jira-status-notifier
===============================

This tool will notify the person assigned to a JIRA-ticket if the ticket remains in the same status for more than N days.

1.4.0(5y ago)912[2 issues](https://github.com/Chemaclass/JiraStatusNotifier/issues)MITPHPPHP ^7.4CI failing

Since Nov 14Pushed 4y ago3 watchersCompare

[ Source](https://github.com/Chemaclass/JiraStatusNotifier)[ Packagist](https://packagist.org/packages/chemaclass/jira-status-notifier)[ Docs](https://github.com/Chemaclass/JiraStatusNotifier)[ RSS](/packages/chemaclass-jira-status-notifier/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (5)Dependencies (9)Versions (7)Used By (0)

Jira Status Notifier
====================

[](#jira-status-notifier)

[![Build Status](https://camo.githubusercontent.com/6a1cc3c9911b59f482989e05b234a710136b685e37cdb671a51b42762b598143/68747470733a2f2f7472617669732d63692e6f72672f4368656d61636c6173732f4a6972615374617475734e6f7469666965722e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/Chemaclass/JiraStatusNotifier)[![MIT Software License](https://camo.githubusercontent.com/942e017bf0672002dd32a857c95d66f28c5900ab541838c6c664442516309c8a/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d626c75652e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Minimum PHP Version](https://camo.githubusercontent.com/7f91fd16f805b376c8b9137ddc479aabdc9f79d19807832f85606cb3b74409c4/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f7068702d253345253344253230382e302d3838393242462e7376673f7374796c653d666c61742d737175617265)](https://php.net/)

This tool will notify the person assigned a JIRA-ticket if the ticket remains in the same status for more than `N` days.

Installation as vendor
----------------------

[](#installation-as-vendor)

Using composer: `composer require chemaclass/jira-status-notifier`

Development and contribution
----------------------------

[](#development-and-contribution)

Requirements: PHP &gt;=8.0

1. Fork and clone
2. composer install

### Composer scripts

[](#composer-scripts)

```
composer test-all -> quality, phpunit
composer quality  -> csrun, psalm, phpstan
composer phpunit  -> test-unit, test-functional

```

See more in `composer.json`

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

[](#documentation)

- Using [Slack](examples/using-slack-channel) as notification channel
- Using [Email](examples/using-email-channel) as notification channel
- Using [Cli](examples/using-cli-channel) to render the tickets for each assignee without notifying anybody

Basic Example
-------------

[](#basic-example)

```
$facade = new JiraStatusNotifierFacade();

$result = $facade->handle([
    CliChannel::class,
    SlackChannel::class,
    EmailChannel::class,
]);

$facade->renderOutput($result);
```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance16

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

Top contributor holds 89.7% 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 ~76 days

Total

5

Last Release

2068d ago

PHP version history (2 changes)1.0.3PHP ^7.2

1.2.0PHP ^7.4

### Community

Maintainers

![](https://www.gravatar.com/avatar/3d166420c6770c5941e10bd68b2d26501eabb432e280d8e6eba0a344bcc1e5ae?d=identicon)[Chemaclass](/maintainers/Chemaclass)

---

Top Contributors

[![Chemaclass](https://avatars.githubusercontent.com/u/5256287?v=4)](https://github.com/Chemaclass "Chemaclass (384 commits)")[![JesusValeraDev](https://avatars.githubusercontent.com/u/6381924?v=4)](https://github.com/JesusValeraDev "JesusValeraDev (40 commits)")[![guilhermesiani](https://avatars.githubusercontent.com/u/10179277?v=4)](https://github.com/guilhermesiani "guilhermesiani (4 commits)")

---

Tags

botjirajira-apijira-notifierjira-status-notifiernotification-channelphpscrumslackslack-apistatus-notifierphpclinotifierslackScrumAgilemailerjiraslack-apislack-botreminderJIRA APIjira-connectorjira-status-notifier

###  Code Quality

TestsPHPUnit

Static AnalysisPsalm

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/chemaclass-jira-status-notifier/health.svg)

```
[![Health](https://phpackages.com/badges/chemaclass-jira-status-notifier/health.svg)](https://phpackages.com/packages/chemaclass-jira-status-notifier)
```

###  Alternatives

[nunomaduro/termwind

It's like Tailwind CSS, but for the console.

2.5k239.8M286](/packages/nunomaduro-termwind)[nunomaduro/laravel-console-task

Laravel Console Task is a output method for your Laravel/Laravel Zero commands.

2582.1M11](/packages/nunomaduro-laravel-console-task)[mahocommerce/maho

Free and open source ecommerce platform, created in 2024 on the M1 platform, PHP 8.3+

1322.1k12](/packages/mahocommerce-maho)[alecrabbit/php-cli-snake

Lightweight cli spinner with zero dependencies

29211.3k5](/packages/alecrabbit-php-cli-snake)

PHPackages © 2026

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