technodelight/php-jira-tempo-plugin-api

PHP API layer for Tempo TimeSheets

Installs: 2 616

Dependents: 1

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 2

Open Issues: 0

pkg:composer/technodelight/php-jira-tempo-plugin-api

1.1 2019-07-03 13:10 UTC

This package is auto-updated.

Last update: 2025-09-29 02:21:18 UTC


README

PHP API layer for Tempo TimeSheets

usage

<?php

use Technodelight\Tempo2\HttpClient;
use Technodelight\Tempo2\Api;

$apiToken = 'your api token here, can be obtained in your jira instance';
$api = new Api(new HttpClient($apiToken));
var_dump($api->all()); // for test

requirements

You need an API token for communicating with tempo REST APIs Documentation could be found here https://tempo.io/doc/timesheets/api/rest/latest/