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

https://github.com/mcmatters/jira-api


https://github.com/mcmatters/jira-api

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

## Jira Rest PHP Client

### Installation

```bash
composer require mcmatters/jira-api
```

### Usage

```php
project()->get('PROJ');
} catch (Throwable $e) {
$error = json_decode($e->getMessage(), true);
}
```