PHPackages                             lesstif/jira-smart-commiter - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. lesstif/jira-smart-commiter

ActiveLibrary[HTTP &amp; Networking](/categories/http)

lesstif/jira-smart-commiter
===========================

JIRA Smart commiter with DVCS Repository.

0.1-alpha(8y ago)801[1 issues](https://github.com/lesstif/jira-smart-commiter/issues)Apache 2.0PHPPHP &gt;=7.1

Since Dec 11Pushed 8y ago2 watchersCompare

[ Source](https://github.com/lesstif/jira-smart-commiter)[ Packagist](https://packagist.org/packages/lesstif/jira-smart-commiter)[ Docs](https://github.com/lesstif/jira-smart-commiter)[ RSS](/packages/lesstif-jira-smart-commiter/feed)WikiDiscussions master Synced today

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

External JIRA Smart Commiter.
=============================

[](#external-jira-smart-commiter)

[![Latest Stable Version](https://camo.githubusercontent.com/4fc48c2ffebb258b8e051d585a05de082aaa154c835e6d61f622c89076edca37/68747470733a2f2f706f7365722e707567782e6f72672f6c6573737469662f6a6972612d736d6172742d636f6d6d697465722f762f737461626c65)](https://packagist.org/packages/lesstif/jira-smart-commiter)[![Latest Unstable Version](https://camo.githubusercontent.com/7226eed29271df9c7aff4810bd10448ae028a84c664195d314c1305def9a9860/68747470733a2f2f706f7365722e707567782e6f72672f6c6573737469662f6a6972612d736d6172742d636f6d6d697465722f762f756e737461626c65)](https://packagist.org/packages/lesstif/jira-smart-commiter)[![StyleCI](https://camo.githubusercontent.com/3b1a68a5a5eb5c2e3de093349322411eb01f6979ae4bddf900d79381839f0e8b/68747470733a2f2f7374796c6563692e696f2f7265706f732f3131323434323137302f736869656c643f6272616e63683d6d6173746572267374796c653d666c6174)](https://styleci.io/repos/112442170)[![License](https://camo.githubusercontent.com/9173f0d3fdac63366562210ebf40ae7e0c53108091533afea56b9a29f87972c5/68747470733a2f2f706f7365722e707567782e6f72672f6c6573737469662f6a6972612d736d6172742d636f6d6d697465722f6c6963656e7365)](https://packagist.org/packages/lesstif/jira-smart-commiter)

External JIRA smart commiter built with [Laravel Zero](https://github.com/laravel-zero/laravel-zero).

How it works
============

[](#how-it-works)

- run manually or lachunched via task scheduler(crontab, windows task manager, etc...)
- connect DVCS Repository(gitlab, github, bitbucket, etc...) and check out new commit and scan commit message .
- commenting and status transition on the relative jira issue.

Pros
----

[](#pros)

- Support gitlab integration with smart commit.
- Don't need DVCS commit hook.
- Don't need JIRA DVCS Connector settings per project.
- Customizable smart commit keyword and workflow.

Cons
----

[](#cons)

- Need PHP
- to many jira issue comment.

Requirements
============

[](#requirements)

- PHP &gt;= 7.1 with bottom extensions.
    - sqlite
    - curl
- [php jira-rest-client](https://github.com/lesstif/php-jira-rest-client)
- [laravel zero](https://github.com/laravel-zero/laravel-zero)

Installation
============

[](#installation)

Build from Source
-----------------

[](#build-from-source)

1. clone repository

    ```
    git clone https://github.com/lesstif/jira-smart-commiter.git && cd jira-smart-commiter
    ```
2. install composer dependency

    ```
    composer install
    ```
3. Perform an application build

    ```
    php jira-smart-commiter app:build jira-smart-commiter.phar
    ```

    you can find built binary in builds directory.

download
--------

[](#download)

Recommended method

1. download pre-built binary

    using wget

    ```
    wget https://github.com/lesstif/jira-smart-commiter/releases/download/0.1-alpha/jira-smart-commiter.phar
    ```

    using curl

    ```
    curl -k -L -O https://github.com/lesstif/jira-smart-commiter/releases/download/0.1-alpha/jira-smart-commiter.phar
    ```
2. change mod

    ```
    chmod +x jira-smart-commiter.phar
    ```

Usage
=====

[](#usage)

1. generate initial configuration

    ```
    php jira-smart-commiter.phar init
    ```
2. change DVCS Info(URL, Type and API Version) field and JIRA Server Info in the *$HOME/.smartcommit/settings.json* file.

    ```
    vim ~/.smartcommit/settings.json
    ```
3. generate dvcs project list.\* $HOME/.smartcommit/projects.json\*:

    ```
     php jira-smart-commiter.phar project:create-list
    ```
4. fetch commit &amp; sync to JIRA.

    ```
     php jira-smart-commiter.phar fetch:commit --since=DATETIMEString --until=DATETIMEString
    ```

See also
========

[](#see-also)

-
-

###  Health Score

22

—

LowBetter than 21% of packages

Maintenance18

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity46

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 98.2% 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

3123d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/45f736b85898f90b858e889fa4baaedfbf9868ca91dec91bbea54e4630db1c0f?d=identicon)[lesstif](/maintainers/lesstif)

---

Top Contributors

[![lesstif](https://avatars.githubusercontent.com/u/404534?v=4)](https://github.com/lesstif "lesstif (56 commits)")[![nunomaduro](https://avatars.githubusercontent.com/u/5457236?v=4)](https://github.com/nunomaduro "nunomaduro (1 commits)")

---

Tags

restjirajira-phpjira-smart-commitjira-dvcsjira-dvcs-connector

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/lesstif-jira-smart-commiter/health.svg)

```
[![Health](https://phpackages.com/badges/lesstif-jira-smart-commiter/health.svg)](https://phpackages.com/packages/lesstif-jira-smart-commiter)
```

###  Alternatives

[lesstif/php-jira-rest-client

JIRA REST API Client for PHP Users.

5109.5M30](/packages/lesstif-php-jira-rest-client)[lesstif/jira-cloud-restapi

JIRA Cloud REST API

481.2M3](/packages/lesstif-jira-cloud-restapi)[chobie/jira-api-restclient

JIRA REST API Client

217729.3k14](/packages/chobie-jira-api-restclient)[rastor/jira-client

A simple PHP JIRA REST client

2071.8k](/packages/rastor-jira-client)[opgg/riotquest

RiotQuest, PHP RiotAPI client library that focused on multi request from OP.GG

172.6k](/packages/opgg-riotquest)

PHPackages © 2026

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