Download the PHP package innovaat/topdesk-api without Composer
On this page you can find all versions of the php package innovaat/topdesk-api. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package topdesk-api
topdesk-php
A PHP wrapper for the TOPdesk API.
Installation
Guide
Our TOPdesk API implementation contains the following features:
- Simple login using application passwords (recommended) or tokens (legacy).
- Automatic retry functionionality that retries requests when connection errors or status codes >= 500 occur. We have experienced various instabilities with the TOPdesk API, and hopefully this minimizes these shortcomings.
- Direct function calls for much used api endpoints (
createIncident($params)
,getIncidentById($id)
,getListOfIncidents()
,escalateIncidentById($id)
,deescalateIncidentById($id)
,getListOfDepartments()
,createDepartment($params)
,getListOfBranches()
,createBranch($params)
among others). - Easy syntax for all other endpoints using
$api->request($method, $uri, $json = [], $query = [])
.
Call either useLogin
or useApplicationPassword
depending on your authentication choice:
Now your API should be ready to use:
Many requests have been implemented as direct functions of the API. However, not all of them have been implemented.
For manual API requests, use the request()
function:
Documentation
All versions of topdesk-api with dependencies
PHP Build Version
Package Version
The package innovaat/topdesk-api contains the following files
Loading the files please wait ....