PHPackages                             silwerclaw/jirapi - 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. silwerclaw/jirapi

ActiveLibrary

silwerclaw/jirapi
=================

PHP Jira REST API client

112.8kPHP

Since Aug 9Pushed 9y ago2 watchersCompare

[ Source](https://github.com/silwerclaw/jirapi)[ Packagist](https://packagist.org/packages/silwerclaw/jirapi)[ RSS](/packages/silwerclaw-jirapi/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Jirapi
======

[](#jirapi)

[![Build Status](https://camo.githubusercontent.com/e41df0f26e276e35462d39b3745f6bbcee106933e1605e15a073ebf11f44ab78/68747470733a2f2f7472617669732d63692e6f72672f73696c776572636c61772f6a69726170692e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/silwerclaw/jirapi)

PHP Jira Rest API client for Laravel 5.1, 5.2 that includes wrapper on both Jira Cloud and Jira Software API`s.

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

[](#installation)

```
composer require silwerclaw/jirapi

```

After that register plugin Service Provider adding line to your `app.php` file to `providers` list:

```
\Silwerclaw\Jirapi\JirapiServiceProvider::class,

```

You can also register facade adding line to your `app.php` file to `aliases` list:

```
'Jirapi' => \Silwerclaw\Jirapi\Facades\Jirapi::class,

```

Configuration
-------------

[](#configuration)

You can configure plugin in two ways:

Add to your `.env` file variables with correct credentials

```
JIRA_HOST=
JIRA_LOGIN=
JIRA_PASSWORD=

```

Alternatively you can publish plugin config file with

```
php artisan vendor:publish --provider="Silwerclaw\Jirapi\JirapiServiceProvider"

```

After that go to your config folder and edit fields with `host`, `login` and `password` with your values

**Beware that for most of actions your account in Jira must be granted with appropriate access rights!**

Package usage
-------------

[](#package-usage)

Please check [WIKI](https://github.com/silwerclaw/jirapi/wiki) pages for different use cases and examples

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity21

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity41

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/61b71a8a65cf019511da01c1ca67eab73a26c2c93e493a584815cef5345790d9?d=identicon)[silwerclaw](/maintainers/silwerclaw)

---

Top Contributors

[![silwerclaw](https://avatars.githubusercontent.com/u/3695051?v=4)](https://github.com/silwerclaw "silwerclaw (25 commits)")

### Embed Badge

![Health badge](/badges/silwerclaw-jirapi/health.svg)

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

PHPackages © 2026

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