cst/jira-client

There is no license information available for the latest version (dev-master) of this package.

A Jira API client for PHP

dev-master 2017-02-21 18:05 UTC

This package is not auto-updated.

Last update: 2024-04-13 14:18:32 UTC


README

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.

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