PHPackages                             amayamedia/jira-rest-client - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. amayamedia/jira-rest-client

ActiveLibrary[HTTP &amp; Networking](/categories/http)

amayamedia/jira-rest-client
===========================

A simple client to communicate with JIRA Server

0.2.2-rc1(3y ago)117MITPHPPHP ^7.4|^8.0

Since Jun 15Pushed 3y ago1 watchersCompare

[ Source](https://github.com/AmayaMedia/jira-rest-client)[ Packagist](https://packagist.org/packages/amayamedia/jira-rest-client)[ Docs](https://github.com/amayamedia/jira-rest-client)[ RSS](/packages/amayamedia-jira-rest-client/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (4)Versions (3)Used By (0)

A Simple API for interacting with JIRA
======================================

[](#a-simple-api-for-interacting-with-jira)

[![Latest Version on Packagist](https://camo.githubusercontent.com/fdb4a449fad524fc4657b35305ca0993d15087cc1dab17881299da9ed9c2757a/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f616d6179616d656469612f6a6972612d726573742d636c69656e742e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/amayamedia/jira-rest-client)[![Total Downloads](https://camo.githubusercontent.com/cf48f9f3dfd49fd2e4707a28c9996db454e9c3e2b6e0dd08276f5e59f9d1d9ca/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f616d6179616d656469612f6a6972612d726573742d636c69656e742e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/amayamedia/jira-rest-client)[![GitHub Actions](https://github.com/amayamedia/jira-rest-client/actions/workflows/main.yml/badge.svg)](https://github.com/amayamedia/jira-rest-client/actions/workflows/main.yml/badge.svg)

A high-level client for interacting with JIRA Server Rest API. Currently only supports Worklogs

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

[](#installation)

You can install the package via composer:

```
composer require amayamedia/jira-rest-client
```

Usage
-----

[](#usage)

```
$authClient = new AuthService('https://example.com/api/auth');
$issueService = new IssueService();
$issueService->useAuth($authClient);

// Get Worklogs for an issue
$issue = $issueService->getWorklog('TEST-1');

// Add a Worklog to an Issue
$issueService->addWorklog('TEST-1', [
    'comment' => 'I did some work',
    'timeSpentSeconds' => 12000
]);
```

### Changelog

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.

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

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

### Security

[](#security)

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

Credits
-------

[](#credits)

- [Rene Merino](https://github.com/amayamedia)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity40

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 ~213 days

Total

2

Last Release

1215d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/7b6adf3c29ad1895d7bbd0e9e393ac1eb29033e88eb64d3b1a80b65d2e7d30ea?d=identicon)[Alxmerino](/maintainers/Alxmerino)

---

Top Contributors

[![Alxmerino](https://avatars.githubusercontent.com/u/1016021?v=4)](https://github.com/Alxmerino "Alxmerino (24 commits)")

---

Tags

amayamediajira-rest-client

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/amayamedia-jira-rest-client/health.svg)

```
[![Health](https://phpackages.com/badges/amayamedia-jira-rest-client/health.svg)](https://phpackages.com/packages/amayamedia-jira-rest-client)
```

###  Alternatives

[danharrin/livewire-rate-limiting

Apply rate limiters to Laravel Livewire actions.

40423.1M27](/packages/danharrin-livewire-rate-limiting)[mateusjunges/laravel-kafka

A kafka driver for laravel

7163.1M17](/packages/mateusjunges-laravel-kafka)[illuminate/http

The Illuminate Http package.

11936.0M5.1k](/packages/illuminate-http)[ricorocks-digital-agency/soap

A SOAP client that provides a clean interface for handling requests and responses.

4281.8M5](/packages/ricorocks-digital-agency-soap)[api-platform/laravel

API Platform support for Laravel

59126.4k6](/packages/api-platform-laravel)[laravel-shift/curl-converter

A command line tool to convert curl requests to Laravel HTTP requests.

935.3k](/packages/laravel-shift-curl-converter)

PHPackages © 2026

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