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
- Host: GitHub
- URL: https://github.com/crowdsourcedtesting/jira-client
- Owner: crowdsourcedtesting
- License: mit
- Created: 2014-12-03T15:15:15.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2017-02-21T18:06:00.000Z (over 9 years ago)
- Last Synced: 2024-04-21T13:34:25.588Z (about 2 years ago)
- Language: PHP
- Homepage:
- Size: 11.7 KB
- Stars: 1
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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