PHPackages                             acquia/zendesk-api - 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. acquia/zendesk-api

AbandonedArchivedLibrary[API Development](/categories/api)

acquia/zendesk-api
==================

A PHP library for interacting with the Zendesk REST API.

1.0(12y ago)38.2k↑97.4%2MITPHP

Since Feb 25Pushed 12y ago1 watchersCompare

[ Source](https://github.com/acquia/zendesk-api)[ Packagist](https://packagist.org/packages/acquia/zendesk-api)[ RSS](/packages/acquia-zendesk-api/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependencies (1)Versions (3)Used By (0)

Zendesk API
===========

[](#zendesk-api)

[![Build Status](https://camo.githubusercontent.com/516f0a0db01657ea6322d05dd6f83a2d2b143d6686748bfb281002c6a1ed3fc3/68747470733a2f2f7472617669732d63692e6f72672f6163717569612f7a656e6465736b2d6170692e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/acquia/zendesk-api)

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

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

[](#installation)

Run the following commands to install the required dependencies:

```
cd
composer install --no-dev
```

Usage
-----

[](#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
-----------------

[](#running-the-tests)

The following commands can be used to run the test suite locally:

```
cd
composer update
phpunit
```

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

###  Health Score

35

—

LowBetter than 77% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity30

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

4511d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/ba30806c480188fe85fad08d365f1926af5273d9e6821d45d090d5b82ff5d173?d=identicon)[psynaptic](/maintainers/psynaptic)

---

Top Contributors

[![psynaptic](https://avatars.githubusercontent.com/u/10507?v=4)](https://github.com/psynaptic "psynaptic (33 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/acquia-zendesk-api/health.svg)

```
[![Health](https://phpackages.com/badges/acquia-zendesk-api/health.svg)](https://phpackages.com/packages/acquia-zendesk-api)
```

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35916.4M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24016.2M20](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172445.0k15](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

93459.5k6](/packages/botman-driver-telegram)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
