2017 © Pedro Peláez
 

library php-desk

PHP client for Desk.com API

image

99designs/php-desk

PHP client for Desk.com API

  • Tuesday, April 16, 2013
  • by lox
  • Repository
  • 43 Watchers
  • 8 Stars
  • 3,904 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 0 % Grown

The README.md

Desk.com client

A php 5.3+ wrapper for the Desk.com API, (*1)

Build Status, (*2)

While this is in use in some projects, it will eventually be updated/refactored to be based on Guzzle (work in progress)., (*3)

Installation

To add php-desk to a project, the easiest way is via composer:, (*4)

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

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., (*5)

<?php

$desk = new \Desk(
  YOUR_DESK_SUBDOMAIN,
  YOUR_CONSUMER_KEY,
  YOUR_CONSUMER_SECRET,
  YOUR_OAUTH_TOKEN,
  YOUR_OAUTH_TOKEN_SECRET
);

// TODO: describe API calls here

Copyright (c) 2012 99designs See LICENSE for details., (*6)

The Versions

16/04 2013

dev-master

9999999-dev

PHP client for Desk.com API

  Sources   Download

The Development Requires

by Brad Feehan

api 99designs desk assistly desk.com assistly.com

04/02 2013

v1.0.1

1.0.1.0

PHP client for Desk.com API

  Sources   Download

The Development Requires

by Brad Feehan

api 99designs desk assistly desk.com assistly.com

05/12 2012

dev-features/cibuild

dev-features/cibuild

PHP client for Desk.com API

  Sources   Download

The Requires

  • php >=5.3
  • ext-oauth *

 

The Development Requires

by Brad Feehan

api 99designs desk assistly desk.com assistly.com

05/12 2012

v1.0.0

1.0.0.0

PHP client for Desk.com API

  Sources   Download

The Requires

  • php >=5.3
  • ext-oauth *

 

The Development Requires

by Brad Feehan

api 99designs desk assistly desk.com assistly.com

05/12 2012

dev-phpunit

dev-phpunit

PHP client for Desk.com API

  Sources   Download

The Requires

  • php >=5.3
  • ext-oauth *

 

The Development Requires

by Brad Feehan

api 99designs desk assistly desk.com assistly.com