PHPackages                             nntoan/gojira - 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. nntoan/gojira

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

nntoan/gojira
=============

PHP client for JIRA software based on the Symfony2 Components

06[1 issues](https://github.com/nntoan/Gojira/issues)PHP

Since Jul 31Pushed 8y ago2 watchersCompare

[ Source](https://github.com/nntoan/Gojira)[ Packagist](https://packagist.org/packages/nntoan/gojira)[ RSS](/packages/nntoan-gojira/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (3)Used By (0)

GoJIRA, a PHP client for JIRA
=============================

[](#gojira-a-php-client-for-jira)

[![SensioLabsInsight](https://camo.githubusercontent.com/92cc01a5ba3865ba98c82e45a5a12b97fd4b6987950aac0c4775565298459289/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f30356632396664322d333964612d343935662d626665372d3735616363376562613031612f6d696e692e706e67)](https://insight.sensiolabs.com/projects/05f29fd2-39da-495f-bfe7-75acc7eba01a)[![Build Status](https://camo.githubusercontent.com/2cf79ecdc58775ff9ebc78910e15824aae71501a481a72b3223b0c400fa8621f/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f6e6e746f616e2f476f6a6972612f6d61737465722e737667)](https://travis-ci.org/nntoan/Gojira)[![Coverage Status](https://camo.githubusercontent.com/501d1aef8552f99173109c06343e97800be25f52feb84f279f7bab5dcb29b77f/68747470733a2f2f696d672e736869656c64732e696f2f636f766572616c6c732f6e6e746f616e2f476f6a6972612f6d61737465722e737667)](https://coveralls.io/github/nntoan/Gojira?branch=master)[![Code Quality](https://camo.githubusercontent.com/ed23125a9fd17394a43e0571fc3b63846496210a2b0e4dbfc201125641ddfc56/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f6e6e746f616e2f476f6a6972612e737667)](https://scrutinizer-ci.com/g/nntoan/Gojira/)[![Latest Stable Version](https://camo.githubusercontent.com/ab27c0a84825fca502e29aee982cfb3cbf0c5a658406e305561c82f1989d21a0/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6e6e746f616e2f676f6a6972612e7376673f6c6162656c3d737461626c65)](https://packagist.org/packages/nntoan/gojira)[![Pre Release](https://camo.githubusercontent.com/2509d321ff478477ddc19a545b3194f2ca92840999340fa16dbd3c63e18a58a8/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f767072652f6e6e746f616e2f676f6a6972612e7376673f6c6162656c3d646576)](https://packagist.org/packages/nntoan/gojira)[![Total Downloads](https://camo.githubusercontent.com/823cfb0ddbb850f9e6aa533cc61265854af5126dcbef0482e41fa0566358b0fb/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6e6e746f616e2f676f6a6972612e737667)](https://packagist.org/packages/nntoan/gojira)[![License](https://camo.githubusercontent.com/94236d4b03b9123943f27d8f0be8e6456c195e40f0dcea5dd62534abcec482f4/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f6e6e746f616e2f676f6a6972612e737667)](https://packagist.org/packages/nntoan/gojira)

GoJIRA is a PHP client for JIRA based on [Symfony2](http://symfony.com) components:

Gojira works with PHP 5.5.9 or later and is heavily inspired by the [Silex](http://silex.sensiolabs.org)web micro-framework by Fabien Potencier.

Why this name?
--------------

[](#why-this-name)

From JIRA team, I think it's funny :)

> Like all good names in the software industry, it started as an in-house code name.

> We originally used Bugzilla for bug tracking and the developers in the office started calling it by the Japanese name for Godzilla, Gojira (the original black-and-white Japanese Godzilla films are also office favourites). As we developed our own bug tracker, and then it became an issue tracker, the name stuck, but the Go got dropped - hence JIRA!

> Further investigation into the name has revealed that Gorira is Japanese for "gorilla", whilst Kujira is Japanese for "whale". So Gojira is roughly translated to mean "gorilla the size of a whale"! (Thanks to yusuke\_arclamp — Oct 2002)

> For those who care - it sounds best if you yell it loudly, as though charging into battle. C'mon - try it!

Installation
------------

[](#installation)

1. Downloads latest [GoJIRA](http://gojira.nntoan.com/get/gojira.phar). (`wget -O /usr/local/bin/jira https://gojira.nntoan.com/get/gojira.phar`)
2. Make it executable `chmod +x /usr/local/bin/jira`

Usage
-----

[](#usage)

##### First use

[](#first-use)

```
$ jira
Jira URL: https://jira.atlassian.com/
Username: john.doe
Password: xxxxxxxx

Your top secret information has been sent to our server successfully!

```

This save your credentials (base64 encoded) in your `$HOME/.gorira` folder.

##### Help

[](#help)

Usage: `jira [options] [command]`

Commands:

```
ls [options]           List my issues
start           Start working on an issue.
stop            Stop working on an issue.
review  [assignee] Mark issue as being reviewed [by assignee(optional)].
done [options]  Mark issue as finished.
running                List issues in progress.
jql             Run JQL query
search           Find issues.
assign  [user]  Assign an issue to . Provide only issue# to assign to me
comment  [text] Comment an issue.
show [options]  Show info about an issue
open            Open an issue in a browser
worklogshow         Show worklog about an issue
worklogadd [options]   [comment] Log work for an issue
create [project[-issue]] Create an issue or a sub-task
config [options]       Change configuration
sprint [options]       Works with sprint boards
With no arguments, displays all rapid boards
With -r argument, attempt to find a single rapid board and display its active sprints
With both -r and -s arguments attempt to get a single rapidboard/ sprint and show its issues. If a single sprint board isnt found, show all matching sprint boards

```

Options:

```
-h, --help     output usage information
-V, --version  output the version number

```

Each command have individual usage help (using --help or -h)

##### Advanced options

[](#advanced-options)

Checkout `~/.gorira/config.json` for more options.

License
-------

[](#license)

GoJIRA is licensed under the [MIT license](LICENSE).

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity44

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/7c21b1a2230769ab8a52a3a8ce9d802be196672ba9200be459a9e021ab35fa02?d=identicon)[NNToan](/maintainers/NNToan)

---

Top Contributors

[![nntoan](https://avatars.githubusercontent.com/u/3891429?v=4)](https://github.com/nntoan "nntoan (20 commits)")

---

Tags

guzzlejirajira-rest-apiphppimplesymfony-console

### Embed Badge

![Health badge](/badges/nntoan-gojira/health.svg)

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

###  Alternatives

[friendsofsymfony/rest-bundle

This Bundle provides various tools to rapidly develop RESTful API's with Symfony

2.8k73.3M319](/packages/friendsofsymfony-rest-bundle)[php-http/discovery

Finds and installs PSR-7, PSR-17, PSR-18 and HTTPlug implementations

1.3k309.5M1.2k](/packages/php-http-discovery)[nyholm/psr7

A fast PHP7 implementation of PSR-7

1.3k235.4M2.4k](/packages/nyholm-psr7)[pusher/pusher-php-server

Library for interacting with the Pusher REST API

1.5k94.8M293](/packages/pusher-pusher-php-server)[spatie/crawler

Crawl all internal links found on a website

2.8k16.3M52](/packages/spatie-crawler)[react/http

Event-driven, streaming HTTP client and server implementation for ReactPHP

78126.4M414](/packages/react-http)

PHPackages © 2026

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