PHPackages                             deltasystems/teamwork-desk - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. deltasystems/teamwork-desk

AbandonedArchivedLibrary[API Development](/categories/api)

deltasystems/teamwork-desk
==========================

A PHP Wrapper for the Teamwork Desk API

151.6k5[1 issues](https://github.com/DeltaSystems/Teamwork-Desk/issues)PHP

Since May 5Pushed 10y ago16 watchersCompare

[ Source](https://github.com/DeltaSystems/Teamwork-Desk)[ Packagist](https://packagist.org/packages/deltasystems/teamwork-desk)[ RSS](/packages/deltasystems-teamwork-desk/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

A PHP Wrapper for [Teamwork Desk](https://www.teamwork.com/desk)'s API
======================================================================

[](#a-php-wrapper-for-teamwork-desks-api)

I wrote this completely out of necessity. As of writing this there are no other PHP wrappers for this API, Zapier doesn't support it, and no one that I can find is talking about it. We wanted to switch to Teamwork Desk from Zendesk because of the great integrations with [Teamwork Projects](https://www.teamwork.com/projects), and some of the useful features Teamwork Desk offers are not available in Zendesk.

As for the API, I found some API-looking calls when I watch the network usage in Teamwork Desk, and I assumed the authentication would be the same as Teamwork Projects. After some testing, I found that the API exists and the offical Teamwork Desk documentation can be found [here](http://developer.teamwork.com/desk/). Feel free to suggest changes and additions.

Getting Started:
----------------

[](#getting-started)

Define two constants, TEAMWORK\_DESK\_DOMAIN and TEAMWORK\_DESK\_KEY with your Teamwork Desk domain and your API key.

```
