An open API service indexing awesome lists of open source software.

https://github.com/crowdsourcedtesting/jira-client

Jira API client for PHP. Supports Basic and JWT authentication
https://github.com/crowdsourcedtesting/jira-client

Last synced: 5 months ago
JSON representation

Jira API client for PHP. Supports Basic and JWT authentication

Awesome Lists containing this project

README

          

Jira API Client
===========

This package makes it really simple to interact with Jira API. Supports Basic HTTP and JWT authentication.

Use JWT auth if you're creating an [Atlassian Connect application](https://connect.atlassian.com).

## Requirements

The following versions of PHP are supported.

* PHP 5.4
* PHP 5.5
* PHP 5.6
* HHVM

## Installation

You can install the package using the Composer package manager. You can install it by running this command in your project root:

```
composer require cst/jira-client
```

## Usage

TODO