2017 © Pedro Peláez
 

library zendesk-api

A PHP library for interacting with the Zendesk REST API.

image

acquia/zendesk-api

A PHP library for interacting with the Zendesk REST API.

  • Tuesday, June 17, 2014
  • by psynaptic
  • Repository
  • 4 Watchers
  • 3 Stars
  • 189 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Zendesk API

Build Status, (*1)

This package is a PHP interface to the Zendesk REST API., (*2)

Installation

Run the following commands to install the required dependencies:, (*3)

cd <project root>
composer install --no-dev

Usage

require 'vendor/autoload.php';
use Acquia\Zendesk\ZendeskApi;

$zendesk = new ZendeskApi('subdomain', 'username', 'api_key');
print_r($zendesk->request('GET', 'tickets'));

Running the tests

The following commands can be used to run the test suite locally:, (*4)

cd <project root>
composer update
phpunit

Using composer update without the --no-dev flag will download the phpunit dependency., (*5)

The Versions

17/06 2014

dev-master

9999999-dev

A PHP library for interacting with the Zendesk REST API.

  Sources   Download

MIT

The Development Requires

by Richard Burford

26/02 2014

dev-additional-api-methods

dev-additional-api-methods

A PHP library for interacting with the Zendesk REST API.

  Sources   Download

MIT

The Development Requires

by Richard Burford

25/02 2014

1.0

1.0.0.0

A PHP library for interacting with the Zendesk REST API.

  Sources   Download

MIT

The Development Requires

by Richard Burford