Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/rstgroup/jira-tempo-api-client
- Owner: rstgroup
- Created: 2019-09-26T11:28:49.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-04-19T19:18:54.000Z (over 1 year ago)
- Last Synced: 2024-04-13T19:29:39.852Z (8 months ago)
- Language: PHP
- Homepage:
- Size: 109 KB
- Stars: 0
- Watchers: 16
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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"
```