PHPackages                             dlin/zendesk-bundle - 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. dlin/zendesk-bundle

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

dlin/zendesk-bundle
===================

A Syfmony 2 Bundle for Dlin Zendesk client library

0.0.1(12y ago)220.3k4MITPHPPHP &gt;=5.3.8

Since Nov 27Pushed 12y ago1 watchersCompare

[ Source](https://github.com/dlin-me/zendesk-bundle)[ Packagist](https://packagist.org/packages/dlin/zendesk-bundle)[ Docs](http://dlin.me)[ RSS](/packages/dlin-zendesk-bundle/feed)WikiDiscussions master Synced today

READMEChangelog (1)Dependencies (3)Versions (2)Used By (0)

Dlin Symfony Zendesk Bundle
===========================

[](#dlin-symfony-zendesk-bundle)

Dlin Zendesk Bundle is Symfony2 wrapper bundle for the 'Dlin-Zendesk' PHP library:

This Zendesk Bundle provides a configurable service to work with Zendesk API

Version
-------

[](#version)

0.0.1

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

[](#installation)

Installation using [Composer](http://getcomposer.org/)

Add to your `composer.json`:

```
json
{
    "require" :  {
        "dlin/zendesk-bundle": "dev-master"
    }
}

```

Enable the bundle in you AppKernel.php

```
public function registerBundles()
{
    $bundles = array(
    ...
    new Dlin\Bundle\ZendeskBundle\DlinZendeskBundle(),
    ...
}

```

Configuration
-------------

[](#configuration)

For example:

```
#app/config/config.yml

dlin_zendesk:
    email: account@youemail.com
    token: xxxxxxxxxxx
    url: https://subdomain.zendesk.com/api/v2/

```

Usage
-----

[](#usage)

Geting the service in a controller

```
$api =  $this->get('dlin.zendesk')->getApi();

```

Getting the service in a ContainerAwareService

```
$api = $this->container->get('dlin.zendesk')->getApi();

```

Using the service

```
//Get recent tickets
$response = $api->get('tickets/recent.json')->send()->json();

```

Using ticket Resource Mapping Classes

```
//Instantiate the Ticket Client
$ticketClient = new TicketClient($api);

//Query a ticket by ID
$ticket = $ticketClient->getOneById(123);

```

For more details, please refer to the [dlin-zendesk](https://github.com/dlin-me/zendesk) library.

License
-------

[](#license)

MIT

*Free Software, Yeah!*

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity26

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 75% 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

4548d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1905715?v=4)[David Lin](/maintainers/dlin-me)[@dlin-me](https://github.com/dlin-me)

---

Top Contributors

[![david-lin-au](https://avatars.githubusercontent.com/u/16718785?v=4)](https://github.com/david-lin-au "david-lin-au (3 commits)")[![dlin-me](https://avatars.githubusercontent.com/u/1905715?v=4)](https://github.com/dlin-me "dlin-me (1 commits)")

---

Tags

symfonyZendesk

### Embed Badge

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

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

###  Alternatives

[craue/config-bundle

Database-stored settings made available via a service for your Symfony project.

1771.0M4](/packages/craue-config-bundle)[maba/webpack-bundle

Bundle to Integrate Webpack to Symfony

123268.2k4](/packages/maba-webpack-bundle)[sensiolabs/minify-bundle

Assets Minifier (CSS, JS) for Symfony &amp; Minify integration in Asset Mapper

5694.9k1](/packages/sensiolabs-minify-bundle)[symfony_persia/symfonyjdate

Jalali (Shamsi) DateTime for Symfony2, Supports year higher than 2038

1010.6k](/packages/symfony-persia-symfonyjdate)

PHPackages © 2026

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