PHPackages                             lesstif/jira-cli - 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. lesstif/jira-cli

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

lesstif/jira-cli
================

simple JIRA command line interface(CLI)

0.1.0(9y ago)317[1 issues](https://github.com/lesstif/jira-cli/issues)Apache-2.0PHPPHP &gt;=5.6.0

Since Jul 2Pushed 9y ago1 watchersCompare

[ Source](https://github.com/lesstif/jira-cli)[ Packagist](https://packagist.org/packages/lesstif/jira-cli)[ RSS](/packages/lesstif-jira-cli/feed)WikiDiscussions master Synced 3w ago

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

jira-cli
========

[](#jira-cli)

simple JIRA command line interface(CLI) in PHP.

Inspired by [go-jira](https://github.com/Netflix-Skunkworks/go-jira), [jira-cmd](https://github.com/germanrcuriel/jira-cmd) and [JIRA Command Line Interface](https://bobswift.atlassian.net/wiki/display/JCLI/User%27s+Guide).

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

[](#requirements)

- PHP &gt;= 5.6.0
- [php jira rest client](https://github.com/lesstif/php-jira-rest-client)
- PHP Posix extension for [cliMenu](https://github.com/php-school/cli-menu)

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

[](#installation)

1. Download PHAR package.

    ```
    mkdir jira-cli
    cd jira-cli
    wget https://github.com/lesstif/jira-cli/releases/download/0.1.0/jira-cli.phar.gz
    ```
2. Decompress downloaded package.

    ```
    gzip -d jira-cli.phar.gz
    ```
3. create .env on your jira-cli directory and editing it.

    ```
    JIRA_HOST="https://your-jira.host.com"
    JIRA_USER="jira-username"
    JIRA_PASS="jira-password"
    ```

Usage
=====

[](#usage)

Project
-------

[](#project)

- [Get Project Info](#get-project-info)
- [Get All Project list](#get-all-project-list)

### Get Project Info

[](#get-project-info)

```
$ php jira-cli.phar project:show MYPROJECT --field-exclude "self,avatarUrls,roles,versions"
```

### Get All Project list

[](#get-all-project-list)

```
$ php jira-cli.phar project:list --field-exclude "self,projectCategory,avatarUrls"
```

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance13

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity52

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

Every ~85 days

Total

3

Last Release

3472d 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 (15 commits)")

---

Tags

jirajira-clijira-phpjira-restjira-command-linejira-cmd

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[matomo/matomo

Matomo is the leading Free/Libre open analytics platform

21.6k38.2k](/packages/matomo-matomo)[jolicode/castor

A lightweight and modern task runner. Automate everything. In PHP.

54642.4k4](/packages/jolicode-castor)[open-dxp/opendxp

Content &amp; Product Management Framework (CMS/PIM)

9317.2k55](/packages/open-dxp-opendxp)[aeliot/todo-registrar

Register TODOs from source code in issue tracker

153.0k](/packages/aeliot-todo-registrar)

PHPackages © 2026

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