PHPackages                             alexkovalevych/jira-api - 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. [API Development](/categories/api)
4. /
5. alexkovalevych/jira-api

ActiveLibrary[API Development](/categories/api)

alexkovalevych/jira-api
=======================

Jira api php library

1.0.7(10y ago)43.5k3[2 issues](https://github.com/AlexKovalevych/jira-api/issues)2MITPHPPHP &gt;=5.4

Since Jul 1Pushed 10y ago2 watchersCompare

[ Source](https://github.com/AlexKovalevych/jira-api)[ Packagist](https://packagist.org/packages/alexkovalevych/jira-api)[ RSS](/packages/alexkovalevych-jira-api/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (2)Versions (10)Used By (2)

[![Build status](https://camo.githubusercontent.com/289fe8e946295597e86b4108133c7cdcb021339ee7e9daa596a9d7cb4795785b/68747470733a2f2f7472617669732d63692e6f72672f416c65784b6f76616c65767963682f6a6972612d6170692e7376673f6272616e63683d6d6173746572)](https://camo.githubusercontent.com/289fe8e946295597e86b4108133c7cdcb021339ee7e9daa596a9d7cb4795785b/68747470733a2f2f7472617669732d63692e6f72672f416c65784b6f76616c65767963682f6a6972612d6170692e7376673f6272616e63683d6d6173746572)

Usage
=====

[](#usage)

Create a client providing your jira api `url`, `username` and `password`:

```
$client = new IssueClient('https://myproject.atlassian.com/rest/api/latest', 'login', 'password');
```

Now you're able to run api requests with that client:

```
$issue = json_decode($client->get($issueId))->getBody()->getContents());
```

And don't forget about error handling (check [guzzle documentation](http://docs.guzzlephp.org/en/latest/quickstart.html#exceptions) about more information):

```
try {
	$response = $client->getIssue($issueId);
} catch (RequestException $e) {
	...
}
```

### Supported clients

[](#supported-clients)

- Issue
- Workflow
- Project

### TODO

[](#todo)

- Cover more api endpoints

###  Health Score

32

—

LowBetter than 71% of packages

Maintenance10

Infrequent updates — may be unmaintained

Popularity26

Limited adoption so far

Community17

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor1

Top contributor holds 61.9% 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 ~65 days

Recently: every ~113 days

Total

8

Last Release

3874d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/f9406705d0e7ca6f19fa18e1a6a67168e043f882b6ae7335eac944b367e9778f?d=identicon)[AlexKovalevych](/maintainers/AlexKovalevych)

---

Top Contributors

[![AlexKovalevych](https://avatars.githubusercontent.com/u/577231?v=4)](https://github.com/AlexKovalevych "AlexKovalevych (26 commits)")[![cordoval](https://avatars.githubusercontent.com/u/328359?v=4)](https://github.com/cordoval "cordoval (15 commits)")[![GrahamCampbell](https://avatars.githubusercontent.com/u/2829600?v=4)](https://github.com/GrahamCampbell "GrahamCampbell (1 commits)")

---

Tags

apipackagegithubgitjiracommunitypull-requestcontributor

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

PHPackages © 2026

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