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

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

edujugon/jira
=============

Easy to use wrapper for Jira REST api

0.0.1(8y ago)016MITPHPPHP &gt;=5.5

Since Nov 13Pushed 8y ago1 watchersCompare

[ Source](https://github.com/Edujugon/jira)[ Packagist](https://packagist.org/packages/edujugon/jira)[ RSS](/packages/edujugon-jira/feed)WikiDiscussions master Synced 2d ago

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

JIRA
====

[](#jira)

Easy to use wrapper for Jira REST api

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

[](#installation)

##### Type in console:

[](#type-in-console)

```
composer require edujugon/jira

```

Usage samples
-------------

[](#usage-samples)

```
$jira = new Edujugon\JIRA\JIRA($username,$password,$url);
```

#### Set the project to interact with

[](#set-the-project-to-interact-with)

You can set the project either by `key` or `id`. The available methods are:

```
$jira->setProjectByKey('PI');
```

or

```
$jira->setProjectById('162');
```

#### Set the issue type

[](#set-the-issue-type)

You can set the issue type either by `name` or `id`. The available methods are:

```
$jira->setIssueTypeByName('Task');
```

or

```
$jira->setIssueTypeById('1');
```

### Create an issue

[](#create-an-issue)

```
$jira->setProjectByKey('PI')
    ->setIssueTypeByName('Task')
    ->setSummary('Issue title')
    ->setDescription('First line of the description')
    ->addDescriptionNewLine('Another line')
    ->addDescriptionNewLine('One line more :)')
    ->createIssue();
```

### More options soon

[](#more-options-soon)

Enjoy :)

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity48

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

Unknown

Total

1

Last Release

3104d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/2806ab557e2a153347da9fb0e2dbe58ab47ce10bb60ccac71193e8ed67349a23?d=identicon)[edujugon](/maintainers/edujugon)

---

Top Contributors

[![Edujugon](https://avatars.githubusercontent.com/u/4853751?v=4)](https://github.com/Edujugon "Edujugon (3 commits)")

---

Tags

apirestjira

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[xeroapi/xero-php-oauth2

Xero official PHP SDK for oAuth2 generated with OpenAPI spec 3

1054.3M14](/packages/xeroapi-xero-php-oauth2)[rastor/jira-client

A simple PHP JIRA REST client

2070.7k](/packages/rastor-jira-client)[cybercog/youtrack-rest-php

YouTrack REST API PHP Client.

37149.2k3](/packages/cybercog-youtrack-rest-php)[onesignal/onesignal-php-api

A powerful way to send personalized messages at scale and build effective customer engagement strategies. Learn more at onesignal.com

34170.2k2](/packages/onesignal-onesignal-php-api)[ory/hydra-client

Documentation for all of Ory Hydra's APIs.

17435.9k](/packages/ory-hydra-client)[zenditplatform/zendit-php-sdk

PHP client for Zendit API

1204.3k](/packages/zenditplatform-zendit-php-sdk)

PHPackages © 2026

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