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.
The following versions of PHP are supported.
- PHP 5.4
- PHP 5.5
- PHP 5.6
- HHVM
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
TODO