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)36.3k—7.1%2MITPHP

Since Feb 25Pushed 11y ago3 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 1mo 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

34

—

LowBetter than 77% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity28

Limited adoption so far

Community10

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

4458d 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

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M480](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M272](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

263103.1M454](/packages/google-gax)

PHPackages © 2026

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