PHPackages                             edmondscommerce/jirashell - 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. edmondscommerce/jirashell

ActiveLibrary[API Development](/categories/api)

edmondscommerce/jirashell
=========================

A simple PHP class for adding issues on Jira

0429PHPCI failing

Since Mar 6Pushed 6y ago1 watchersCompare

[ Source](https://github.com/edmondscommerce/jirashell)[ Packagist](https://packagist.org/packages/edmondscommerce/jirashell)[ RSS](/packages/edmondscommerce-jirashell/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependenciesVersions (1)Used By (0)

JiraShell
=========

[](#jirashell)

By [Edmonds Commerce](https://www.edmondscommerce.co.uk)
--------------------------------------------------------

[](#by-edmonds-commerce)

Env
---

[](#env)

The first thing you need to setup is your `env` file. This can be placed anywhere on the system:

```
readonly _jiraUrl=https://your.jira.url;
readonly _jiraUser=jira_user;
readonly _jiraPass=jira_pass;
readonly _jiraProject=jira_project;

```

Queue
-----

[](#queue)

You can now queue a set of tickets for JiraShell to send. You can do this using:

```
$jiraShell = new EdmondsCommerce\JiraShell\JiraShell(
    '/path/to/queue.json',
    '/path/to/env'
);

$jiraShell->queueIssue(
    'Title',
    'Description',
    [
        'Sub-task Title',
        'Sub-task Description'
    ]
);
```

Preview
-------

[](#preview)

You can preview the tickets that you currently have queued using:

```
php jiraShellPreviewTickets.php '/path/to/queue.json' '/path/to/env'
```

Test
----

[](#test)

You can send a test ticket to Jira to ensure you have things setup correctly using:

```
php jiraShellTest.php '/path/to/queue.json' '/path/to/env'
```

Send
----

[](#send)

And finally you can send your tickets to Jira using:

```
php jiraShellSendTickets.php '/path/to/queue.json' '/path/to/env'
```

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity34

Early-stage or recently created project

 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/7af407ceeb8622c9c164d386ef3e95cda4c94d141240348ac5703223bb499d0e?d=identicon)[edmondscommerce](/maintainers/edmondscommerce)

---

Top Contributors

[![edmondscommerce](https://avatars.githubusercontent.com/u/62842?v=4)](https://github.com/edmondscommerce "edmondscommerce (1 commits)")

### Embed Badge

![Health badge](/badges/edmondscommerce-jirashell/health.svg)

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

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35816.3M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24015.5M18](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172437.8k11](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

94452.6k6](/packages/botman-driver-telegram)

PHPackages © 2026

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