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

ActiveLibrary

jeyroik/extas-jira
==================

JIRA REST API client

0.3.0(5y ago)0881PHP

Since Sep 18Pushed 5y ago1 watchersCompare

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

READMEChangelog (4)Dependencies (11)Versions (6)Used By (1)

[![tests](https://github.com/jeyroik/extas-jira/workflows/PHP%20Composer/badge.svg?branch=master&event=push)](https://github.com/jeyroik/extas-jira/workflows/PHP%20Composer/badge.svg?branch=master&event=push)[![codecov.io](https://camo.githubusercontent.com/e9f771efced96df31c30c2b932dcdc855310476d2a23c70f1a10e32331164553/68747470733a2f2f636f6465636f762e696f2f67682f6a6579726f696b2f65787461732d6a6972612f636f7665726167652e7376673f6272616e63683d6d6173746572)](https://camo.githubusercontent.com/e9f771efced96df31c30c2b932dcdc855310476d2a23c70f1a10e32331164553/68747470733a2f2f636f6465636f762e696f2f67682f6a6579726f696b2f65787461732d6a6972612f636f7665726167652e7376673f6272616e63683d6d6173746572)[![PHPStan Enabled](https://camo.githubusercontent.com/441b5874ce4df0a2defc892979c96c46889b69cb32119d04f0b48626349f8bc9/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5048505374616e2d656e61626c65642d627269676874677265656e2e7376673f7374796c653d666c6174)](https://github.com/phpstan/phpstan)[![](https://camo.githubusercontent.com/c9bc2a84700b811405e77222915258b8ff7d96794a951dbc49f88409c86ccdb0/68747470733a2f2f6170692e636f6465636c696d6174652e636f6d2f76312f6261646765732f34303163646137373837383737323136353139312f6d61696e7461696e6162696c697479)](https://codeclimate.com/github/jeyroik/extas-jira/maintainability)[![Latest Stable Version](https://camo.githubusercontent.com/aca92072566a53a6175ff87b88c3dd23fae6e6dae5e1f29cb9efa284dadd6109/68747470733a2f2f706f7365722e707567782e6f72672f6a6579726f696b2f65787461732d6a6972612f76)](//packagist.org/packages/jeyroik/extas-q-crawlers)[![Total Downloads](https://camo.githubusercontent.com/982b8177e3c68c4fd79d46ee87e245147cd25e744f93a64d44f8f04a107be211/68747470733a2f2f706f7365722e707567782e6f72672f6a6579726f696b2f65787461732d6a6972612f646f776e6c6f616473)](//packagist.org/packages/jeyroik/extas-q-crawlers)[![Dependents](https://camo.githubusercontent.com/d28016c0607ede2cd5f131da234ddbda0d3c9b7ba76bf5c3d17f5006f16701b7/68747470733a2f2f706f7365722e707567782e6f72672f6a6579726f696b2f65787461732d6a6972612f646570656e64656e7473)](//packagist.org/packages/jeyroik/extas-q-crawlers)

Описание
========

[](#описание)

Jira REST API client for Extas

Использование
=============

[](#использование)

```
use extas\components\Item;
use extas\interfaces\jira\issues\IIssue;
use extas\interfaces\jira\IJIraRepository;

/**
 * @method IJIraRepository jiraIssues()
 */
class My extends Item
{
    public function getIssuesIds()
    {
        /**
         * @var IIssue[] $issues
         */
        $issues = $this->jiraIssues('jira_instance_1', 'secret.password')->all([IIssue::FIELD__FIELDS_ASSIGNEE => 'some@user']);
        return array_column($issues, IIssue::FIELD__ID);
    }

    protected function getSubjectForExtension() : string
    {
        return 'my';
    }
}
```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community9

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

Every ~3 days

Total

5

Last Release

2047d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/2aaec5c4bade6ab2b5d1a0f7d97ab4e0ff2ce83937f76499b2888ad16cde5e04?d=identicon)[jeyroik](/maintainers/jeyroik)

---

Top Contributors

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

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

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

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

###  Alternatives

[laravel/framework

The Laravel Framework.

34.6k509.9M17.0k](/packages/laravel-framework)[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k36.7M259](/packages/laravel-dusk)[laravel/vapor-cli

The Laravel Vapor CLI

31310.7M8](/packages/laravel-vapor-cli)[netflie/whatsapp-cloud-api

The first PHP SDK to send and receive messages using a cloud-hosted version of the WhatsApp Business Platform

640431.7k4](/packages/netflie-whatsapp-cloud-api)[tempest/framework

The PHP framework that gets out of your way.

2.1k23.1k9](/packages/tempest-framework)[blair2004/nexopos

The Free Modern Point Of Sale System build with Laravel, TailwindCSS and Vue.js.

1.2k2.3k](/packages/blair2004-nexopos)

PHPackages © 2026

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