PHPackages                             nichin79/zendesk-php - 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. nichin79/zendesk-php

ActiveLibrary[API Development](/categories/api)

nichin79/zendesk-php
====================

PHP Library for Zendesk

v1.0.8(2y ago)029PHP

Since Jul 6Pushed 2y ago1 watchersCompare

[ Source](https://github.com/nichin79/zendesk-php)[ Packagist](https://packagist.org/packages/nichin79/zendesk-php)[ RSS](/packages/nichin79-zendesk-php/feed)WikiDiscussions main Synced yesterday

READMEChangelog (9)Dependencies (2)Versions (10)Used By (0)

Zendesk PHP API Library
=======================

[](#zendesk-php-api-library)

This is not a complete/full library for Zendesk API's. Development may vary depending on different needs for the moment.

### Config

[](#config)

Subdomain and API credentials can easily be stored in .env file which can then be loaded via the dotenv library

The library uses  as reference and use the different capabilities (Ticketing, Help Center, Live Chat etc) as modules which can be enabled via the configuration.

See examples\\conf.php

### Usage

[](#usage)

See examples folder for configuration file + basic usage

The library is built in a way to try to match the structure of  as much as possible. For example, the hierarchy shown in the Zendesk API Reference (Capabilites &gt; Subsection &gt; Page) is same/similar as when enabling the modules in the config.

```
'modules' => [
  'ticketing' => [
    'tickets' => ['attachments', comments],
    'search',
    'users' => ['identities']
  ],
  'helpcenter' => [
    'helpcenter' => ['articles', 'attachments', 'comments'],
    'federatedsearch' => ['records', 'sources', 'types']
  ]
]

```

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

 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

Every ~42 days

Recently: every ~19 days

Total

9

Last Release

755d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/134265991?v=4)[nichin79](/maintainers/nichin79)[@nichin79](https://github.com/nichin79)

---

Top Contributors

[![nichin79](https://avatars.githubusercontent.com/u/134265991?v=4)](https://github.com/nichin79 "nichin79 (13 commits)")

### Embed Badge

![Health badge](/badges/nichin79-zendesk-php/health.svg)

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

###  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)
