Skip to content
This repository has been archived by the owner on Mar 3, 2023. It is now read-only.
/ zendesk-api Public archive

A PHP library for interacting with the Zendesk REST API.

Notifications You must be signed in to change notification settings

acquia/zendesk-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Zendesk API

Build Status

This package is a PHP interface to the Zendesk REST API.

Installation

Run the following commands to install the required dependencies:

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:

cd <project root>
composer update
phpunit

Using composer update without the --no-dev flag will download the phpunit dependency.

About

A PHP library for interacting with the Zendesk REST API.

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages