cst / jira-client
A Jira API client for PHP
Installs: 1 686
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 5
Forks: 1
Open Issues: 0
Requires
- firebase/php-jwt: dev-master
- guzzlehttp/guzzle: ~6.0
This package is not auto-updated.
Last update: 2024-11-09 17:19:34 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