PHPackages                             99designs/php-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. 99designs/php-desk

Abandoned → [bradfeehan/desk-php](/?search=bradfeehan%2Fdesk-php)ArchivedLibrary[API Development](/categories/api)

99designs/php-desk
==================

PHP client for Desk.com API

v1.0.1(13y ago)73.9k1PHP

Since Dec 5Pushed 13y ago6 watchersCompare

[ Source](https://github.com/99designs/php-desk)[ Packagist](https://packagist.org/packages/99designs/php-desk)[ RSS](/packages/99designs-php-desk/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (2)Versions (5)Used By (0)

Desk.com client
===============

[](#deskcom-client)

A php 5.3+ wrapper for the [Desk.com API](http://dev.desk.com/)

[![Build Status](https://camo.githubusercontent.com/4edb9e05d31765a27d4bf51c0639be240cdc6aecf7b0b6b4db7766b79d1dccd0/68747470733a2f2f7472617669732d63692e6f72672f393964657369676e732f7068702d6465736b2e706e67)](https://travis-ci.org/99designs/php-desk)

While this is in use in some projects, it will eventually be updated/refactored to be based on Guzzle ([work in progress](https://github.com/bradfeehan/php-desk)).

Installation
------------

[](#installation)

To add php-desk to a project, the easiest way is via [composer](http://getcomposer.com):

```
{
    "require": {
        "99designs/php-desk": "dev-master"
    }
}
```

Usage
-----

[](#usage)

Before you use the API, you need an access token and other credentials. Your token can be found under your client application's details in `Admin — General Settings — API Applications`.

```
