PHPackages                             marcwitteveen/zendesk - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. marcwitteveen/zendesk

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

marcwitteveen/zendesk
=====================

This class provides some simple PHP helper function for implementing Zendesk within your website.

0106PHP

Since Apr 15Pushed 6y ago1 watchersCompare

[ Source](https://github.com/marcwitteveen/zendesk)[ Packagist](https://packagist.org/packages/marcwitteveen/zendesk)[ RSS](/packages/marcwitteveen-zendesk/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

zendesk
=======

[](#zendesk)

This class provides some simple PHP helper function for implementing Zendesk within your website.

Getting Started
---------------

[](#getting-started)

You can install this package using Composer by adding this line to your composer.json `require` statement.

```
"marcwitteveen/zendesk": "dev-master"
```

And then run from terminal:

```
sudo composer update
```

Code Sample
-----------

[](#code-sample)

```
use MarcWitteveen\Zendesk\Zendesk;

Zendesk::widget('xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx', true);

/* This will render the following code:

*/
```

Methods:
--------

[](#methods)

- `Zendesk::widget($key = "", $enabled = false)`

`widget` Method
---------------

[](#widget-method)

#### Description

[](#description)

Renders a Zendesk chat widget, the call needs to be placed as close as possible to the tag.

#### Parameters

[](#parameters)

- `$key` (required): The Zendesk key. You can get this value from Zendesk widget interface.
- `$enabled` (required): When set to true the widgets is rendered.

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity34

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/4311096b0c9c7dc22d3486baf2a0b7f087ca78b5f8fcd4597f637829db22b65f?d=identicon)[marcwitteveen](/maintainers/marcwitteveen)

---

Top Contributors

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

### Embed Badge

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

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

###  Alternatives

[mckenziearts/laravel-command

A simple Laravel package to provide artisan new commands

321.2k](/packages/mckenziearts-laravel-command)

PHPackages © 2026

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