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 1mo 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 14% 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

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M474](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M270](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M186](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M33](/packages/facebook-php-business-sdk)[microsoft/microsoft-graph

The Microsoft Graph SDK for PHP

65723.5M95](/packages/microsoft-microsoft-graph)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)

PHPackages © 2026

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