PHPackages                             silinternational/jira-php-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. [API Development](/categories/api)
4. /
5. silinternational/jira-php-client

AbandonedArchivedLibrary[API Development](/categories/api)

silinternational/jira-php-client
================================

PHP client library for interacting with the Jira API

0.3.2(6y ago)37611MITPHPPHP &gt;=7.2.0

Since Jun 15Pushed 6y ago2 watchersCompare

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

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

jira-php-client
===============

[](#jira-php-client)

PHP client to interact with the JIRA API.

We're slowly building out this client as we need the functionality. Initially we only need it for managing user accounts.

This client is built on top of [Guzzle](http://docs.guzzlephp.org/en/latest/index.html), the PHP HTTP Client. Guzzle has a simple way to create API clients by describing the API in a Swagger-like format without the need to implement every method yourself. So adding support for more JIRA APIs is relatively simple. If you want to submit a pull request to add another feature, please do. If you don't know how to do that, ask us and we might be able to add it in for you.

JIRA API Authentication
=======================

[](#jira-api-authentication)

JIRA uses Basic Auth to authenticate API calls. You must provide the username and password for your API user via parameters `apiuser` and `apipass`.

Install
=======

[](#install)

Installation is simple with [Composer](https://getcomposer.org/). Add `"silinternational/jira-php-client": "dev-master"` to your `composer.json` file and update.

Usage
=====

[](#usage)

Example:

```
