PHPackages                             xen3r0/jira-api-client - 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. xen3r0/jira-api-client

ActiveLibrary[API Development](/categories/api)

xen3r0/jira-api-client
======================

A modern, fluent PHP client for the Jira Cloud REST API (v3) — issues, comments, attachments, worklogs, projects, versions, components, users and issue links — usable standalone or as a Symfony bundle.

0.3.0(1mo ago)026MITPHPPHP ^8.2CI passing

Since Aug 18Pushed 1mo agoCompare

[ Source](https://github.com/Xen3r0/jira-api-client)[ Packagist](https://packagist.org/packages/xen3r0/jira-api-client)[ RSS](/packages/xen3r0-jira-api-client/feed)WikiDiscussions main Synced 1w ago

READMEChangelog (5)Dependencies (26)Versions (10)Used By (0)

Jira API Client
===============

[](#jira-api-client)

[![CI](https://github.com/Xen3r0/jira-api-client/actions/workflows/ci.yml/badge.svg)](https://github.com/Xen3r0/jira-api-client/actions/workflows/ci.yml)

**Jira API Client** is a modern PHP library that provides a simple and fluent interface to interact with the Jira API, usable standalone or as a Symfony bundle.

Documentation
-------------

[](#documentation)

- [Getting started](docs/getting-started.md) — prerequisites, installation, and standalone usage.
- [Symfony Bundle](docs/symfony-bundle.md) — registering the bundle, configuration, and usage.
- [Repositories](docs/repositories.md) — the list of available repositories.
- [Pagination](docs/pagination.md) — iterating over paginated endpoints with `Paginator`.
- [Changelog](CHANGELOG.md) — history of notable changes.
- [Contributing](CONTRIBUTING.md) — how to contribute, and the release process.

Quick start
-----------

[](#quick-start)

```
composer require xen3r0/jira-api-client
```

```
use Xen3r0\JiraApiClient\Configuration\ConfigurationFactory;
use Xen3r0\JiraApiClient\Http\JiraClient;
use Xen3r0\JiraApiClient\Repository\Issue\IssueRepository;

$configuration = ConfigurationFactory::create([
    'host' => 'https://your-jira-instance.atlassian.net',
    'username' => 'your-username',
    'password' => 'your-api-token',
]);
$client = new JiraClient($configuration);

$issueRepository = new IssueRepository($client);
$issue = $issueRepository->findByIdOrKey('PROJECT-123');
```

See [Getting started](docs/getting-started.md) for the full walkthrough, including Bearer token / OAuth 2.0 authentication.

Credits
-------

[](#credits)

- [Manuel Santisteban](https://github.com/Xen3r0)

License
-------

[](#license)

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.

###  Health Score

40

—

FairBetter than 86% of packages

Maintenance94

Actively maintained with recent releases

Popularity6

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity45

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 ~47 days

Recently: every ~82 days

Total

8

Last Release

31d ago

PHP version history (2 changes)0.1.0PHP ^8.1

0.3.0PHP ^8.2

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/2823704?v=4)[Manuel Santisteban](/maintainers/xen3r0)[@Xen3r0](https://github.com/Xen3r0)

---

Top Contributors

[![Xen3r0](https://avatars.githubusercontent.com/u/2823704?v=4)](https://github.com/Xen3r0 "Xen3r0 (27 commits)")

---

Tags

api-clientatlassianjirajira-cloudphprest-apisymfonysymfony-bundle

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

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

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

###  Alternatives

[craftcms/cms

Craft CMS

3.6k3.7M3.4k](/packages/craftcms-cms)[symfony/ai-agent

PHP library for building agentic applications.

32999.7k135](/packages/symfony-ai-agent)[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.5k6.0M777](/packages/sylius-sylius)[2lenet/crudit-bundle

The easy like Crud'it Bundle.

1617.3k16](/packages/2lenet-crudit-bundle)[api-platform/core

Build a fully-featured hypermedia or GraphQL API in minutes!

2.6k52.2M378](/packages/api-platform-core)[web-auth/webauthn-framework

FIDO2/Webauthn library for PHP and Symfony Bundle.

516113.7k3](/packages/web-auth-webauthn-framework)

PHPackages © 2026

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