Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rstgroup/jira-tempo-api-client

PHP Library - Jira and Tempo API (Current version V3)
https://github.com/rstgroup/jira-tempo-api-client

Last synced: 27 days ago
JSON representation

PHP Library - Jira and Tempo API (Current version V3)

Awesome Lists containing this project

README

        

# JiraTempoApiClient

## Requirements:

- php:5.6+

## Dependencies:
- vlucas/phpdotenv
- lesstif/php-jira-rest-client

## Installation
```bash
composer require rstgroup/jira-tempo-api-client
```

## Configuration:

1. Create file `.env`
2. Set variables:

```.dotenv
# Required
JIRA_HOST="https://your-jira.host.com"
JIRA_USER="jira-username"
JIRA_PASS="jira-password-OR-api-token"
JIRA_REST_API_V3=true
TEMPO_TOKEN="your-tempo-access-token"
```