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(1y ago)029PHP

Since Jul 6Pushed 1y 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 1mo ago

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

26

—

LowBetter than 43% of packages

Maintenance33

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity49

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

699d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/7b7e9e6586d0afb15e1d856e62c0f7ab2d2580360998159276d473eb134750dd?d=identicon)[nichin79](/maintainers/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

[stripe/stripe-php

Stripe PHP Library

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

A PHP wrapper for Twilio's API

1.6k92.9M270](/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.1M452](/packages/google-gax)

PHPackages © 2026

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