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

AbandonedArchivedLibrary[API Development](/categories/api)

devmoath/jira-laravel
=====================

Jira PHP for Laravel is a supercharged PHP API client that allows you to interact with the Jira API and the Service Desk API

v0.3.2(10mo ago)2721.3k↓28.8%9[1 PRs](https://github.com/devmoath/jira-laravel/pulls)MITPHPPHP ^8.1.0CI passing

Since Jan 6Pushed 5mo ago1 watchersCompare

[ Source](https://github.com/devmoath/jira-laravel)[ Packagist](https://packagist.org/packages/devmoath/jira-laravel)[ RSS](/packages/devmoath-jira-laravel/feed)WikiDiscussions 0.x Synced 1mo ago

READMEChangelog (8)Dependencies (9)Versions (10)Used By (0)

 [![Jira Laravel](art/example.png)](art/example.png)

 [![GitHub Workflow Status (0.x)](https://camo.githubusercontent.com/f3aad28162263beb033f73025b0fd452f8380b8d683d4595b87e2b6968a53a7b/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f6465766d6f6174682f6a6972612d6c61726176656c2f74657374732e796d6c3f6272616e63683d302e78)](https://github.com/devmoath/jira-laravel/actions) [![Total Downloads](https://camo.githubusercontent.com/d779091d9230e3497c5cefff5c1eee5cfc4547aa8dd50212ce4f9d283c3b5505/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6465766d6f6174682f6a6972612d6c61726176656c)](https://packagist.org/packages/devmoath/jira-laravel) [![Latest Version](https://camo.githubusercontent.com/3d970afa6effc6f1616f505f37ed47368b38ff926e7631a490ce7db27bd1dc65/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6465766d6f6174682f6a6972612d6c61726176656c)](https://packagist.org/packages/devmoath/jira-laravel) [![License](https://camo.githubusercontent.com/d7db4b02c672718397d6094276925e931e1a9a6852b95f04a4414f1b2a1e29d2/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f6465766d6f6174682f6a6972612d6c61726176656c)](https://packagist.org/packages/devmoath/jira-laravel)

---

**Jira PHP** for Laravel is a supercharged PHP API client that allows you to interact with the [Jira API](https://docs.atlassian.com/software/jira/docs/api/REST/8.0.0) and the [Service Desk API](https://docs.atlassian.com/jira-servicedesk/REST/5.2.0/).

> **Note**
>
> This repository contains the integration code of the **Jira PHP** for Laravel. If you want to use the **Jira PHP**client in a framework-agnostic way, take a look at the [devmoath/jira-php](https://github.com/devmoath/jira-php)repository.

Get Started
-----------

[](#get-started)

> **Requires [PHP 8.1+](https://php.net/releases/)**

First, install `devmoath/jira-laravel` via the [Composer](https://getcomposer.org/) package manager:

```
composer require devmoath/jira-laravel
```

Next, publish the configuration file:

```
php artisan vendor:publish --provider="Jira\Laravel\ServiceProvider"
```

This will create a `config/jira.php` configuration file in your project, which you can modify to your needs using environment variables:

```
JIRA_USERNAME=USERNAME
JIRA_PASSWORD=PASSWORD
JIRA_HOST=jira.domain.com
```

Finally, you may use the `Jira` facade to access the available functions:

```
use Jira\Laravel\Facades\Jira;

$result = Jira::issues()->search();

echo $result['issues'][0]['key']; // KEY-1000
```

Usage
-----

[](#usage)

For usage examples, take a look at the [devmoath/jira-php](https://github.com/devmoath/jira-php) repository.

Contributing
------------

[](#contributing)

Thank you for considering contributing to the Jira PHP for Laravel! The contribution guide can be found in the [CONTRIBUTING](CONTRIBUTING.md).

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

If you discover any security-related issues, please email  instead of using the issue tracker.

License
-------

[](#license)

Jira PHP for Laravel is an open-sourced software licensed under the **[MIT license](https://opensource.org/licenses/MIT)**.

###  Health Score

45

—

FairBetter than 93% of packages

Maintenance63

Regular maintenance activity

Popularity40

Moderate usage in the ecosystem

Community13

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 91.7% 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 ~114 days

Recently: every ~37 days

Total

9

Last Release

316d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/77fe3e8b6902bdc9a0afc8e753049c9db61082873cc478d6b42f91d061a5aff9?d=identicon)[devmoath](/maintainers/devmoath)

---

Top Contributors

[![devmoath](https://avatars.githubusercontent.com/u/28797003?v=4)](https://github.com/devmoath "devmoath (11 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (1 commits)")

---

Tags

apiclientcomposerjiralaravelphprestrest-apisdkservice-deskphpapiclientlaravelsdkjiraservice-desk

###  Code Quality

TestsPest

Static AnalysisPHPStan

Code StyleLaravel Pint

Type Coverage Yes

### Embed Badge

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

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

###  Alternatives

[openai-php/laravel

OpenAI PHP for Laravel is a supercharged PHP API client that allows you to interact with the Open AI API

3.7k7.6M74](/packages/openai-php-laravel)[google-gemini-php/laravel

Google Gemini PHP for Laravel is a supercharged PHP API client that allows you to interact with the Google Gemini AI API

614397.1k4](/packages/google-gemini-php-laravel)[mozex/anthropic-laravel

Anthropic PHP for Laravel is a supercharged PHP API client that allows you to interact with the Anthropic API

71226.4k1](/packages/mozex-anthropic-laravel)[resend/resend-laravel

Resend for Laravel

1191.4M6](/packages/resend-resend-laravel)[gemini-api-php/laravel

Gemini API client for Laravel

8915.7k](/packages/gemini-api-php-laravel)

PHPackages © 2026

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