2017 © Pedro Peláez
 

library deskpro-api-php

Library for using the DeskPRO API with PHP

image

deskpro/deskpro-api-php

Library for using the DeskPRO API with PHP

  • Thursday, February 2, 2017
  • by abhinavkumar940
  • Repository
  • 16 Watchers
  • 3 Stars
  • 31,462 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 14 Forks
  • 1 Open issues
  • 2 Versions
  • 3 % Grown

The README.md

DeskPRO PHP SDK

The DeskPRO PHP SDK is a simple class to access and interact with DeskPRO's REST API. It wraps the actual requests up in an easy-to-use API of simple PHP calls., (*1)

For more information on the underlying REST API, please see our API documentation., (*2)

PHP SDK Requirements

The PHP SDK requires PHP >= 5.2 with the cURL extension., (*3)

Using The PHP SDK

The best way to get started with the PHP SDK is to view the fully functioning examples in the examples folder., (*4)

The following larger projects may also serve as a useful reference:, (*5)

Full documentation on the underlying API is maintained in the API documentation section in our Knowledgebase., (*6)

Note that you can explore the API interactively on your own helpdesk using the DeskPRO API browser., (*7)

Quick Start

1. Clone or download this repository and put the source files somewhere in your project., (*8)

2. Include the deskpro-api.php file:, (*9)

require 'deskpro-api.php';

3. Create a new instance of the API class:, (*10)

$api = new \DeskPRO\Api('http://example.com/deskpro', '123:XYZ');

4. Use $api to send API requests to your DeskPRO helpdesk. Refer to the examples directory for fully-functional examples., (*11)

Using Composer

You can also install the API library through composer: https://packagist.org/packages/deskpro/deskpro-api-php, (*12)

$ php composer.phar require deskpro/deskpro-api-php dev-master

The Versions

02/02 2017

dev-master

9999999-dev http://support.deskpro.com/

Library for using the DeskPRO API with PHP

  Sources   Download

Apache

The Development Requires

by Christopher Nadeau

09/10 2014

dev-custom-fields

dev-custom-fields http://support.deskpro.com/

Library for using the DeskPRO API with PHP

  Sources   Download

Apache

The Development Requires

by Christopher Nadeau