PHPackages                             macklus/yii2-freshdesk - 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. macklus/yii2-freshdesk

ActiveYii2-extension[API Development](/categories/api)

macklus/yii2-freshdesk
======================

Simple Yii2 module to extend Freshdesk API

1.0.0(8y ago)23.2k↓50%GPL-3.0+PHP

Since Dec 14Pushed 8y ago1 watchersCompare

[ Source](https://github.com/macklus/yii2-freshdesk)[ Packagist](https://packagist.org/packages/macklus/yii2-freshdesk)[ RSS](/packages/macklus-yii2-freshdesk/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (2)Versions (3)Used By (0)

Yii2 Freshdesk extension
========================

[](#yii2-freshdesk-extension)

Simple Yii2 module to extend Freshdesk API

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

[](#installation)

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

Either run

```
php composer.phar require --prefer-dist macklus/yii2-freshdesk "*"

```

or add

```
"macklus/yii2-freshdesk": "*"

```

to the require section of your `composer.json` file.

Usage
-----

[](#usage)

Once the extension is installed, simply declare a component in your config file:

```
'freshdesk' => [
    'class' => 'macklus\freshdesk\Freshdesk',
    'api_key' => 'ThisIsAFakeApiKey',
    'domain' => 'macklus',
],
```

After that, you can call Freshdesk API by using:

```
$response = Yii::$app->freshdesk->tickets->create([
    'name' => 'Customer name',
    'email' => 'Customer Email',
    'cc_emails' => ['Customer Email'],
    'subject' => "Your ticket",
    'description' => 'The content of ticket',
    'status' => 2,
    'priority' => 1,
]);

```

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity24

Limited adoption so far

Community7

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

3071d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/e52a9b1c93ff48caab7b2d55daeb79c39bda5c44f1eadc18d73ce6855825624e?d=identicon)[macklus](/maintainers/macklus)

---

Top Contributors

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

---

Tags

apiyii2extensionFreshdesk

### Embed Badge

![Health badge](/badges/macklus-yii2-freshdesk/health.svg)

```
[![Health](https://phpackages.com/badges/macklus-yii2-freshdesk/health.svg)](https://phpackages.com/packages/macklus-yii2-freshdesk)
```

###  Alternatives

[dotzero/yii2-amocrm

Расширение для Yii Framework 2 реализующее клиент для работы с API amoCRM

1639.7k](/packages/dotzero-yii2-amocrm)[mikemadisonweb/yii2-elasticsearch

Yii2 extension for integration with Elasticsearch version 5.0 and above.

153.9k](/packages/mikemadisonweb-yii2-elasticsearch)[apexwire/yii2-restclient

Tools to use API as ActiveRecord for Yii2

143.5k](/packages/apexwire-yii2-restclient)

PHPackages © 2026

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